diff options
Diffstat (limited to 'net/samba/files/patch-examples-VFS-Makefile')
-rw-r--r-- | net/samba/files/patch-examples-VFS-Makefile | 14 |
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 |