mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
a207251c2f
(This used to be commit d816c35c1d
)
13 lines
421 B
Diff
13 lines
421 B
Diff
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
|