diff options
author | Bruce Momjian <bruce@momjian.us> | 1997-10-30 18:31:47 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1997-10-30 18:31:47 +0000 |
commit | ef1fc0c90df1fa09f357eb835df6d2c2d0696555 (patch) | |
tree | 26066c34233e9418a5cf5e35f17a5aa4f2aa5d16 | |
parent | 0e583068579748ad528685fa6040636b374177c6 (diff) | |
download | postgresql-ef1fc0c90df1fa09f357eb835df6d2c2d0696555.tar.gz postgresql-ef1fc0c90df1fa09f357eb835df6d2c2d0696555.zip |
FIx for SCO compiles.
-rw-r--r-- | src/makefiles/Makefile.sco | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/makefiles/Makefile.sco b/src/makefiles/Makefile.sco index de636b30a6c..2bc7627eb80 100644 --- a/src/makefiles/Makefile.sco +++ b/src/makefiles/Makefile.sco @@ -1,3 +1,5 @@ +CFLAGS += -dy +LDFLAGS += -W l,-Bexport %.so: %.o $(LD) -G -Bdynamic -o $@ $< %.so: %.o |