Package: tcp-wrappers Version: 7.6.q-20 Severity: important Tags: patch Hello,
tcp-wrappers currently FTBFS on hurd-i386 because of some changes in patches/10_usagi-ipv6 which make build without ipv6 fail. Could you apply the attached patch to simply enable ipv6 on hurd-i386 too and thus fix the build? Samuel -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.39 (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash -- Samuel Thibault <samuel.thiba...@fnac.net> FYLG> Tiens, vlĂ une URL qui va bien : FYLG> ftp://127.0.0.1/WaReZ/NiouZeS/WinDoZe/NeWSMoNGeR/SuPeR c'est gentil sauf que l'adresse ne fonctionne pas sa me fais une erreur -+- Furtif in Guide du Neuneu Usenet : <MODE CERVEAU OFF> -+-
diff -u tcp-wrappers-7.6.dbs/debian/patches/10_usagi-ipv6 tcp-wrappers-7.6.dbs/debian/patches/10_usagi-ipv6 --- tcp-wrappers-7.6.dbs/debian/patches/10_usagi-ipv6 +++ tcp-wrappers-7.6.dbs/debian/patches/10_usagi-ipv6 @@ -304,7 +304,7 @@ + @make REAL_DAEMON_DIR=$(REAL_DAEMON_DIR) STYLE=$(STYLE) \ + LIBS=-lnsl RANLIB=ranlib ARFLAGS=rv AUX_OBJ= \ + NETGROUP=-DNETGROUP TLI= VSYSLOG= BUGS= \ -+ EXTRA_CFLAGS="-DSYS_ERRLIST_DEFINED -DHAVE_STRERROR" all ++ EXTRA_CFLAGS="-DSYS_ERRLIST_DEFINED -DHAVE_STRERROR -DINET6=1" all # This is good for many SYSV+BSD hybrids with NIS, probably also for HP-UX 7.x. hpux hpux8 hpux9 hpux10: diff -u tcp-wrappers-7.6.dbs/debian/patches/13_shlib_weaksym tcp-wrappers-7.6.dbs/debian/patches/13_shlib_weaksym --- tcp-wrappers-7.6.dbs/debian/patches/13_shlib_weaksym +++ tcp-wrappers-7.6.dbs/debian/patches/13_shlib_weaksym @@ -15,8 +15,8 @@ - LIBS=-lnsl RANLIB=ranlib ARFLAGS=rv AUX_OBJ= \ + LIBS=-lnsl RANLIB=ranlib ARFLAGS=rv AUX_OBJ=weak_symbols.o \ NETGROUP=-DNETGROUP TLI= VSYSLOG= BUGS= \ -- EXTRA_CFLAGS="-DSYS_ERRLIST_DEFINED -DHAVE_STRERROR" all -+ EXTRA_CFLAGS="-DSYS_ERRLIST_DEFINED -DHAVE_STRERROR -DHAVE_WEAKSYMS -D_REENTRANT" all +- EXTRA_CFLAGS="-DSYS_ERRLIST_DEFINED -DHAVE_STRERROR -DINET6=1" all ++ EXTRA_CFLAGS="-DSYS_ERRLIST_DEFINED -DHAVE_STRERROR -DINET6=1 -DHAVE_WEAKSYMS -D_REENTRANT" all # This is good for many SYSV+BSD hybrids with NIS, probably also for HP-UX 7.x. hpux hpux8 hpux9 hpux10: