diff options
Diffstat (limited to 'net/samba41/files/patch-wscript')
-rw-r--r-- | net/samba41/files/patch-wscript | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net/samba41/files/patch-wscript b/net/samba41/files/patch-wscript new file mode 100644 index 000000000000..7feb2c4c4f1e --- /dev/null +++ b/net/samba41/files/patch-wscript @@ -0,0 +1,18 @@ +--- ./wscript.orig 2013-01-27 22:58:07.759866676 +0000 ++++ ./wscript 2013-01-27 22:58:27.961081298 +0000 +@@ -43,7 +43,6 @@ + opt.RECURSE('lib/nss_wrapper') + opt.RECURSE('lib/socket_wrapper') + opt.RECURSE('lib/uid_wrapper') +- opt.RECURSE('pidl') + opt.RECURSE('source3') + opt.RECURSE('lib/util') + +@@ -140,7 +139,6 @@ + conf.RECURSE('lib/subunit/c') + conf.RECURSE('libcli/smbreadline') + conf.RECURSE('lib/crypto') +- conf.RECURSE('pidl') + conf.RECURSE('selftest') + conf.RECURSE('source3') + |