summaryrefslogtreecommitdiff
path: root/net/samba/files/patch-examples-VFS-Makefile
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-05-10 13:43:30 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-05-10 13:43:30 +0000
commit4ed17be3d1a22c3c545821f6628c163c28f3887a (patch)
tree43d35153a425d4476a8077ecd2598856fe27e4d9 /net/samba/files/patch-examples-VFS-Makefile
parentRe-enable recycle bin support (diff)
Add missing VFS patches
Notes
Notes: svn path=/head/; revision=58864
Diffstat (limited to 'net/samba/files/patch-examples-VFS-Makefile')
-rw-r--r--net/samba/files/patch-examples-VFS-Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/samba/files/patch-examples-VFS-Makefile b/net/samba/files/patch-examples-VFS-Makefile
new file mode 100644
index 000000000000..9df50476160f
--- /dev/null
+++ b/net/samba/files/patch-examples-VFS-Makefile
@@ -0,0 +1,14 @@
+--- examples/VFS/Makefile.orig Tue May 7 11:17:58 2002
++++ examples/VFS/Makefile Tue May 7 11:19:31 2002
+@@ -10,9 +10,10 @@
+
+ SAMBA_SRC = ../../source
+ SAMBA_INCL = ../../source/include
++POPT_INCL = ../../source/popt
+ UBIQX_SRC = ../../source/ubiqx
+ SMBWR_SRC = ../../source/smbwrapper
+-CFLAGS = -I$(SAMBA_SRC) -I$(SAMBA_INCL) -I$(UBIQX_SRC) -I$(SMBWR_SRC) -Wall -g
++CFLAGS = -I$(SAMBA_SRC) -I$(SAMBA_INCL) -I$(UBIQX_SRC) -I$(SMBWR_SRC) -I${POPT_INCL} -Wall -g
+ VFS_OBJS = audit.so skel.so recycle.so
+
+ # Default target