CVS User Account cvsuser
Wed May 25 23:29:08 PDT 2005
Log Message:
-----------
Need to ensure inclusion of PTHREADS libraries and flags on AIX
- per darcyb...

Modified Files:
--------------
    slony1-engine/makefiles:
        Makefile.aix (r1.6 -> r1.7)

-------------- next part --------------
Index: Makefile.aix
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/makefiles/Makefile.aix,v
retrieving revision 1.6
retrieving revision 1.7
diff -Lmakefiles/Makefile.aix -Lmakefiles/Makefile.aix -u -w -r1.6 -r1.7
--- makefiles/Makefile.aix
+++ makefiles/Makefile.aix
@@ -2,6 +2,11 @@
 # symbol names to tell them what to export/import.
 MAKE_EXPORTS= true
 
+# AIX needs threads for everything that uses libpq
+CFLAGS  += $(PTHREAD_CFLAGS)
+LDFLAGS += $(PTHREAD_LDFLAGS)
+LIBS    += $(PTHREAD_LIBS)
+
 RANLIB= touch
 MK_NO_LORDER= true
 AROPT = crs


More information about the Slony1-commit mailing list