libtalloc: -Werror=implicit-function-declaration
authorFredrik Fornwall <fredrik@fornwall.net>
Thu, 6 Jul 2017 23:32:23 +0000 (01:32 +0200)
committerFredrik Fornwall <fredrik@fornwall.net>
Thu, 6 Jul 2017 23:32:23 +0000 (01:32 +0200)
packages/libtalloc/lib-replace-wscript.patch

index 5792705..f964082 100644 (file)
@@ -1,6 +1,8 @@
-diff -u -r ../talloc-2.1.8/lib/replace/wscript ./lib/replace/wscript
---- ../talloc-2.1.8/lib/replace/wscript        2016-07-28 03:17:50.000000000 -0400
-+++ ./lib/replace/wscript      2016-08-14 19:03:30.905455753 -0400
+Remove test which does not compile.
+
+diff -u -r ../talloc-2.1.9/lib/replace/wscript ./lib/replace/wscript
+--- ../talloc-2.1.9/lib/replace/wscript        2017-02-27 19:23:11.000000000 +0000
++++ ./lib/replace/wscript      2017-07-06 23:27:52.934183655 +0000
 @@ -32,7 +32,7 @@
      conf.DEFINE('HAVE_LIBREPLACE', 1)
      conf.DEFINE('LIBREPLACE_NETWORK_CHECKS', 1)
@@ -19,7 +21,7 @@ diff -u -r ../talloc-2.1.8/lib/replace/wscript ./lib/replace/wscript
      conf.CHECK_VARIABLE('rl_event_hook', define='HAVE_DECL_RL_EVENT_HOOK', always=True,
                          headers='readline.h readline/readline.h readline/history.h')
  
-@@ -698,7 +696,7 @@
+@@ -701,11 +699,11 @@
                        # at the moment:
                        # hide_symbols=bld.BUILTIN_LIBRARY('replace'),
                        private_library=True,
@@ -27,4 +29,9 @@ diff -u -r ../talloc-2.1.8/lib/replace/wscript ./lib/replace/wscript
 +                      deps='dl nsl socket rt attr' + extra_libs)
  
      bld.SAMBA_SUBSYSTEM('replace-test',
-                       source='''test/testsuite.c test/strptime.c
+                         source='''test/testsuite.c test/strptime.c
+-                        test/os2_delete.c test/getifaddrs.c''',
++                        test/getifaddrs.c''',
+                         deps='replace',
+                         cflags="-Wno-format-length")