libgpg-error: Update from 1.27 to 1.29
[termux-packages] / packages / libtalloc / wscript.patch
1 diff -u -r ../talloc-2.1.5/wscript ./wscript
2 --- ../talloc-2.1.5/wscript 2015-11-06 08:28:25.000000000 -0500
3 +++ ./wscript 2016-01-08 19:19:24.233750343 -0500
4 @@ -95,15 +95,6 @@
5 if bld.CONFIG_SET('HAVE_PTHREAD'):
6 testsuite_deps += ' pthread'
7
8 - bld.SAMBA_BINARY('talloc_testsuite',
9 - 'testsuite_main.c testsuite.c',
10 - testsuite_deps,
11 - install=False)
12 -
13 - bld.SAMBA_BINARY('talloc_test_magic_differs_helper',
14 - 'test_magic_differs_helper.c',
15 - 'talloc', install=False)
16 -
17 else:
18 private_library = True
19