From 042d4b86f55ac82fade7dc14ab00a23b0380753b Mon Sep 17 00:00:00 2001 From: Lars Müller Date: Wed, 20 Jul 2005 20:30:21 +0000 Subject: r8657: Add -fPIC which is the case for all other Samba shared libs. Fix bug #2060. (This used to be commit 8c09716c91e0bb2ef90a9f81e093048077581e47) --- examples/VFS/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/VFS') diff --git a/examples/VFS/Makefile.in b/examples/VFS/Makefile.in index c368974bd5..7d04ad9f3a 100644 --- a/examples/VFS/Makefile.in +++ b/examples/VFS/Makefile.in @@ -7,7 +7,7 @@ INSTALLCMD = @INSTALL@ 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@ -- cgit