summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/samba/samba-3.6.8/dont-build-VFS-examples.patch
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-10-23 19:25:05 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-10-24 08:29:45 +0200
commitbe304441d8a63df14d91c2c8ee79aa126f87d74a (patch)
tree33837db2c44a71f79679255a3c0738c6cd421abe /meta-oe/recipes-connectivity/samba/samba-3.6.8/dont-build-VFS-examples.patch
parent84cdc8465c653af1827da2f3dce57cdce135bc3f (diff)
downloadmeta-openembedded-be304441d8a63df14d91c2c8ee79aa126f87d74a.tar.gz
samba: update to version 3.6.8
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-connectivity/samba/samba-3.6.8/dont-build-VFS-examples.patch')
-rw-r--r--meta-oe/recipes-connectivity/samba/samba-3.6.8/dont-build-VFS-examples.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/samba/samba-3.6.8/dont-build-VFS-examples.patch b/meta-oe/recipes-connectivity/samba/samba-3.6.8/dont-build-VFS-examples.patch
new file mode 100644
index 000000000..beff7db67
--- /dev/null
+++ b/meta-oe/recipes-connectivity/samba/samba-3.6.8/dont-build-VFS-examples.patch
@@ -0,0 +1,31 @@
1Description: Do not build VFS examples
2Author: Christian Perrier <bubulle@debian.org>
3Forwarded: not-needed
4
5Index: samba/source3/Makefile.in
6===================================================================
7--- samba.orig/source3/Makefile.in
8+++ samba/source3/Makefile.in
9@@ -1616,8 +1616,7 @@
10
11
12 everything:: all libtalloc libsmbclient libnetapi debug2html smbfilter talloctort replacetort smbconftort modules torture \
13- $(EVERYTHING_PROGS) \
14- vfs_examples
15+ $(EVERYTHING_PROGS)
16
17 .SUFFIXES:
18 .SUFFIXES: .c .o .lo
19@@ -3552,12 +3551,3 @@
20 bin/ndrdump4: $(BINARY_PREREQS)
21 $(MAKE) -f Makefile-smbtorture4 bin/ndrdump4
22
23-.PHONY: vfs_examples
24-
25-vfs_examples:
26- ( \
27- cd ../examples/VFS && \
28- ./configure && \
29- make clean && \
30- make \
31- )