diff options
author | Lars Müller <lmuelle@samba.org> | 2005-07-20 20:30:21 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:00:14 -0500 |
commit | 042d4b86f55ac82fade7dc14ab00a23b0380753b (patch) | |
tree | 1ddb69f1cf8bd24ebaa9a359eaca61f24210b9b2 /examples/VFS | |
parent | aa63997c2341e565c8a81716ed44bca3d6c27798 (diff) | |
download | samba-042d4b86f55ac82fade7dc14ab00a23b0380753b.tar.gz |
r8657: Add -fPIC which is the case for all other Samba shared libs.
Fix bug #2060.
(This used to be commit 8c09716c91e0bb2ef90a9f81e093048077581e47)
Diffstat (limited to 'examples/VFS')
-rw-r--r-- | examples/VFS/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/VFS/Makefile.in b/examples/VFS/Makefile.in index c368974bd5e..7d04ad9f3a0 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@ |