Package: tcp-wrappers
Version: 7.6.q-24
Severity: minor
Usertags: clang-ftbfs
Hello,
Using the rebuild infrastructure http://buildd-clang.debian.net/, your
package fails to build with clang (instead of gcc).
You can see the full log here:
http://buildd-clang.debian.net/fetch.php?pkg=tcp-wrappers&arch=amd64&ver=7.6.q-24&stamp=1366722064
The attached patch fixes it.
Thanks,
Sylvestre
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (600, 'testing'), (500, 'unstable'), (500, 'stable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.2.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Index: tcp-wrappers-7.6.q/fix_options.c
===================================================================
--- tcp-wrappers-7.6.q.orig/fix_options.c 2013-05-30 14:41:20.000000000 +0200
+++ tcp-wrappers-7.6.q/fix_options.c 2013-05-30 14:43:48.297931408 +0200
@@ -32,7 +32,7 @@
/* fix_options - get rid of IP-level socket options */
-fix_options(request)
+void fix_options(request)
struct request_info *request;
{
#ifdef IP_OPTIONS