On Friday 08 November 2013 12:13:14 Noël Köthe wrote: Hi Noël, > My local buildlog: > ... > CFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat > -Werror=format-security -DNO_SSLv2 -D_FILE_OFFSET_BITS=64 -g -Wall" > CPPFLAGS="-D_FORTIFY_SOURCE=2" LDFLAGS="-Wl,-z,relro" ./configure \ > --prefix=/usr \ > --mandir=\${prefix}/share/man \ > --infodir=\${prefix}/share/info \ > --sysconfdir=/etc \ > --enable-ipv6 \ > --with-ssl \ > --with-libidn --build x86_64-linux-gnu > configure: configuring for GNU Wget 1.14.96-38327 > ... > configure: Summary of build options: > > Version: 1.14.96-38327 > Host OS: linux-gnu > Install prefix: /usr > Compiler: gcc > CFlags: -g -O2 -fstack-protector --param=ssp-buffer-size=4 > -Wformat -Werror=format-security -DNO_SSLv2 -D_FILE_OFFSET_BITS=64 -g -Wall > -D_FORTIFY_SOURCE=2 -Iyes/include LDFlags: -Wl,-z,relro -Lyes/lib > Libs: -lnettle -lgnutls -lz -lidn -luuid > SSL: gnutls > Zlib: yes > Digest: yes > NTLM: yes > OPIE: yes > Debugging: yes > > > It is also on the buildservers. > https://buildd.debian.org/status/fetch.php?pkg=wget&arch=i386&ver=1.14.96.38 > 327-1&stamp=1383905584 > > I'm trying to find out...
I just reproduced it here (using your ./configure options). It is the --with-libidn option ! >From ./configure --help: --with-libidn=DIR Support IDN/IRIs (needs GNU Libidn) You don't specify DIR and configure.ac is not prepared for that. Tim -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org