svn commit: samba r4271 - in trunk/source: .

tpot at samba.org tpot at samba.org
Sun Dec 19 01:02:45 GMT 2004


Author: tpot
Date: 2004-12-19 01:02:45 +0000 (Sun, 19 Dec 2004)
New Revision: 4271

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4271

Log:
Bugzilla #1988.  Apparently this fixes linking on AIX 5.3 for non-gcc compilers.

Modified:
   trunk/source/configure.in


Changeset:
Modified: trunk/source/configure.in
===================================================================
--- trunk/source/configure.in	2004-12-19 00:53:52 UTC (rev 4270)
+++ trunk/source/configure.in	2004-12-19 01:02:45 UTC (rev 4271)
@@ -1224,6 +1224,7 @@
 			if test "${GCC}" != "yes"; then
 				## for funky AIX compiler using strncpy()
 				CFLAGS="$CFLAGS -D_LINUX_SOURCE_COMPAT -qmaxmem=32000"
+				PICSUFFIX="po.o"
 			fi
 
 			AC_DEFINE(STAT_ST_BLOCKSIZE,DEV_BSIZE,[The size of a block])



More information about the samba-cvs mailing list