mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
Add $(CFLAGS) to the simplified build rule for .so libraries on Darwin.
Arguably we should do this on *all* platforms, but for the moment Ill
This commit is contained in:
parent
796a3f373a
commit
fa8e42dff1
@ -13,6 +13,6 @@ endif
|
||||
# Rule for building shared libs (currently used only for regression test
|
||||
# shlib ... should go away, since this is not really enough knowledge)
|
||||
%.so: %.o
|
||||
$(CC) -bundle -o $@ $< $(BE_DLLLIBS)
|
||||
$(CC) $(CFLAGS) -bundle -o $@ $< $(BE_DLLLIBS)
|
||||
|
||||
sqlmansect = 7
|
||||
|
Loading…
Reference in New Issue
Block a user