samba: add missing patch

This commit is contained in:
Juergen Daubert 2014-07-04 15:26:14 +02:00
parent 9b8b41a1e2
commit 95c2fe7bf5

View File

@ -0,0 +1,14 @@
--- wscript_build.orig 2014-07-04 11:51:11.280336055 +0200
+++ wscript_build 2014-07-04 11:52:11.564922410 +0200
@@ -28,10 +28,6 @@
Parse/Pidl/Samba3/ServerNDR.pm
Parse/Pidl/Compat.pm
Parse/Pidl/NDR.pm
+ Parse/Yapp/Driver.pm
''',
flat=False)
-
-if not bld.CONFIG_SET('USING_SYSTEM_PARSE_YAPP_DRIVER'):
- bld.INSTALL_FILES(bld.env.PERL_LIB_INSTALL_DIR,
- 'Parse/Yapp/Driver.pm',
- flat=False)