summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-07-24 23:30:10 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-07-24 23:30:10 +0000
commitac652466ec9ee98087650b9f164e4a4b5692e3a7 (patch)
treea6c78e0d4e4c1b5dfd79bfb2e7c63395c8e9a40e /src
parentd675226e20f7a2b66bf42e2ffb14bb9b48f65302 (diff)
Partial fixes for contrib build on AIX: include -lm where needed.
Per Rocco Altier.
Diffstat (limited to 'src')
-rw-r--r--src/makefiles/Makefile.aix2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefiles/Makefile.aix b/src/makefiles/Makefile.aix
index bb0c2fd58b8..99099272eb2 100644
--- a/src/makefiles/Makefile.aix
+++ b/src/makefiles/Makefile.aix
@@ -28,6 +28,6 @@ MKLDEXPORT=$(top_srcdir)/src/backend/port/aix/mkldexport.sh
%$(DLSUFFIX): %.o %$(EXPSUFF)
@echo Making shared library $@ from $*.o, $*$(EXPSUFF) and postgres.imp
- $(CC) $(LDFLAGS) $(LDFLAGS_SL) -o $@ $*.o -Wl,-bI:$(top_builddir)/src/backend/$(POSTGRES_IMP) -Wl,-bE:$*$(EXPSUFF) $(LIBS)
+ $(CC) $(LDFLAGS) $(LDFLAGS_SL) -o $@ $*.o -Wl,-bI:$(top_builddir)/src/backend/$(POSTGRES_IMP) -Wl,-bE:$*$(EXPSUFF) $(SHLIB_LINK)
sqlmansect = 7