svn commit: samba r11729 - branches/SAMBA_3_0/source trunk/source

tpot at samba.org tpot at samba.org
Mon Nov 14 23:09:47 GMT 2005


Author: tpot
Date: 2005-11-14 23:09:46 +0000 (Mon, 14 Nov 2005)
New Revision: 11729

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

Log:
Remove space from DYNEXP flags declaration for HPUX.  Fixes bugzilla 
#3260.

Modified:
   branches/SAMBA_3_0/source/configure.in
   trunk/source/configure.in


Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in	2005-11-14 21:18:09 UTC (rev 11728)
+++ branches/SAMBA_3_0/source/configure.in	2005-11-14 23:09:46 UTC (rev 11729)
@@ -1480,10 +1480,10 @@
 			fi
 			if test "$host_cpu" = "ia64"; then
 				SHLIBEXT="so"
-				DYNEXP="-Wl,-E,+b /usr/local/lib/hpux32:/usr/lib/hpux32"
+				DYNEXP="-Wl,-E,+b/usr/local/lib/hpux32:/usr/lib/hpux32"
 			else
 				SHLIBEXT="sl"
-				DYNEXP="-Wl,-E,+b /usr/local/lib:/usr/lib"
+				DYNEXP="-Wl,-E,+b/usr/local/lib:/usr/lib"
 			fi
 			AC_DEFINE(STAT_ST_BLOCKSIZE,8192,[The size of a block])
 			AC_DEFINE(POSIX_ACL_NEEDS_MASK,1,[Does a POSIX ACL need a mask element])

Modified: trunk/source/configure.in
===================================================================
--- trunk/source/configure.in	2005-11-14 21:18:09 UTC (rev 11728)
+++ trunk/source/configure.in	2005-11-14 23:09:46 UTC (rev 11729)
@@ -1480,10 +1480,10 @@
 			fi
 			if test "$host_cpu" = "ia64"; then
 				SHLIBEXT="so"
-				DYNEXP="-Wl,-E,+b /usr/local/lib/hpux32:/usr/lib/hpux32"
+				DYNEXP="-Wl,-E,+b/usr/local/lib/hpux32:/usr/lib/hpux32"
 			else
 				SHLIBEXT="sl"
-				DYNEXP="-Wl,-E,+b /usr/local/lib:/usr/lib"
+				DYNEXP="-Wl,-E,+b/usr/local/lib:/usr/lib"
 			fi
 			AC_DEFINE(STAT_ST_BLOCKSIZE,8192,[The size of a block])
 			AC_DEFINE(POSIX_ACL_NEEDS_MASK,1,[Does a POSIX ACL need a mask element])



More information about the samba-cvs mailing list