1
0
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:
Bruce Momjian
2001-09-06 03:16:46 +00:00
parent 56b102a96e
commit e9f546365f

View File

@ -23,6 +23,6 @@ SO_FLAGS = -G
endif
%.so: %.o
$(CC) $(SO_FLAGS) -Bdynamic -o $@ $<
$(CC) $(SO_FLAGS) -o $@ $<
sqlmansect = 5sql