mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
> > I sent this to -hackers and peter_e, but thought it ought to go to
> > -patches as well. > > The -Bdynamic probably ought to disappear. That was there already, but I have no objections. I was trying to make minimal changes. Larry Rosenman
This commit is contained in:
@ -23,6 +23,6 @@ SO_FLAGS = -G
|
||||
endif
|
||||
|
||||
%.so: %.o
|
||||
$(CC) $(SO_FLAGS) -Bdynamic -o $@ $<
|
||||
$(CC) $(SO_FLAGS) -o $@ $<
|
||||
|
||||
sqlmansect = 5sql
|
||||
|
Reference in New Issue
Block a user