svn commit: samba r8657 - branches/SAMBA_3_0/examples/VFS trunk/examples/VFS

lmuelle at samba.org lmuelle at samba.org
Wed Jul 20 20:30:21 GMT 2005


Author: lmuelle
Date: 2005-07-20 20:30:21 +0000 (Wed, 20 Jul 2005)
New Revision: 8657

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

Log:
Add -fPIC which is the case for all other Samba shared libs.

Fix bug #2060.

Modified:
   branches/SAMBA_3_0/examples/VFS/Makefile.in
   trunk/examples/VFS/Makefile.in


Changeset:
Modified: branches/SAMBA_3_0/examples/VFS/Makefile.in
===================================================================
--- branches/SAMBA_3_0/examples/VFS/Makefile.in	2005-07-20 18:21:46 UTC (rev 8656)
+++ branches/SAMBA_3_0/examples/VFS/Makefile.in	2005-07-20 20:30:21 UTC (rev 8657)
@@ -7,7 +7,7 @@
 SAMBA_SOURCE	= @SAMBA_SOURCE@
 SHLIBEXT	= @SHLIBEXT@
 OBJEXT		= @OBJEXT@ 
-FLAGS		=  $(CFLAGS) -Iinclude -I$(SAMBA_SOURCE)/include -I$(SAMBA_SOURCE)/ubiqx -I$(SAMBA_SOURCE)/smbwrapper  -I. $(CPPFLAGS) -I$(SAMBA_SOURCE)
+FLAGS		=  $(CFLAGS) -Iinclude -I$(SAMBA_SOURCE)/include -I$(SAMBA_SOURCE)/ubiqx -I$(SAMBA_SOURCE)/smbwrapper  -I. $(CPPFLAGS) -I$(SAMBA_SOURCE) -fPIC
 
 
 prefix		= @prefix@

Modified: trunk/examples/VFS/Makefile.in
===================================================================
--- trunk/examples/VFS/Makefile.in	2005-07-20 18:21:46 UTC (rev 8656)
+++ trunk/examples/VFS/Makefile.in	2005-07-20 20:30:21 UTC (rev 8657)
@@ -7,7 +7,7 @@
 SAMBA_SOURCE	= @SAMBA_SOURCE@
 SHLIBEXT	= @SHLIBEXT@
 OBJEXT		= @OBJEXT@ 
-FLAGS		=  $(CFLAGS) -Iinclude -I$(SAMBA_SOURCE)/include -I$(SAMBA_SOURCE)/ubiqx -I$(SAMBA_SOURCE)/smbwrapper  -I. $(CPPFLAGS) -I$(SAMBA_SOURCE)
+FLAGS		=  $(CFLAGS) -Iinclude -I$(SAMBA_SOURCE)/include -I$(SAMBA_SOURCE)/ubiqx -I$(SAMBA_SOURCE)/smbwrapper  -I. $(CPPFLAGS) -I$(SAMBA_SOURCE) -fPIC
 
 
 prefix		= @prefix@



More information about the samba-cvs mailing list