Files
meta-openembedded/meta-oe/recipes-connectivity/samba/samba-3.6.8/dont-build-VFS-examples.patch
Otavio Salvador be304441d8 samba: update to version 3.6.8
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-24 08:29:45 +02:00

32 lines
749 B
Diff

Description: Do not build VFS examples
Author: Christian Perrier <bubulle@debian.org>
Forwarded: not-needed
Index: samba/source3/Makefile.in
===================================================================
--- samba.orig/source3/Makefile.in
+++ samba/source3/Makefile.in
@@ -1616,8 +1616,7 @@
everything:: all libtalloc libsmbclient libnetapi debug2html smbfilter talloctort replacetort smbconftort modules torture \
- $(EVERYTHING_PROGS) \
- vfs_examples
+ $(EVERYTHING_PROGS)
.SUFFIXES:
.SUFFIXES: .c .o .lo
@@ -3552,12 +3551,3 @@
bin/ndrdump4: $(BINARY_PREREQS)
$(MAKE) -f Makefile-smbtorture4 bin/ndrdump4
-.PHONY: vfs_examples
-
-vfs_examples:
- ( \
- cd ../examples/VFS && \
- ./configure && \
- make clean && \
- make \
- )