summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/samba/samba-3.6.8/dont-build-VFS-examples.patch
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-10 03:20:04 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-10 03:20:04 +0200
commit1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch)
tree0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-oe/recipes-connectivity/samba/samba-3.6.8/dont-build-VFS-examples.patch
downloadmeta-openembedded-daisy-140929.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@enea.com>
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 0000000000..beff7db676
--- /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- )