diff options
Diffstat (limited to 'packaging/Mandrake/samba-2.2.5-gp-reloc-fix.patch')
-rw-r--r-- | packaging/Mandrake/samba-2.2.5-gp-reloc-fix.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packaging/Mandrake/samba-2.2.5-gp-reloc-fix.patch b/packaging/Mandrake/samba-2.2.5-gp-reloc-fix.patch new file mode 100644 index 0000000000..8888d6622e --- /dev/null +++ b/packaging/Mandrake/samba-2.2.5-gp-reloc-fix.patch @@ -0,0 +1,12 @@ +diff -ur samba-2.2.5.orig/examples/VFS/Makefile.in samba-2.2.5/examples/VFS/Makefile.in +--- samba-2.2.5.orig/examples/VFS/Makefile.in 2002-06-17 20:35:09.000000000 +0200 ++++ samba-2.2.5/examples/VFS/Makefile.in 2002-06-30 16:43:15.000000000 +0200 +@@ -4,7 +4,7 @@ + + CC=@CC@ + LIBTOOL=@LIBTOOL@ +-CFLAGS=@CFLAGS@ ++CFLAGS=@CFLAGS@ -DPIC -fPIC + LDFLAGS=@LDFLAGS@ + + VFS_OBJS=audit.so skel.so block/block.so recycle/recycle.so |