diff options
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.patch | 31 |
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 @@ | |||
| 1 | Description: Do not build VFS examples | ||
| 2 | Author: Christian Perrier <bubulle@debian.org> | ||
| 3 | Forwarded: not-needed | ||
| 4 | |||
| 5 | Index: 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 | - ) | ||
