From: Rafael Garcia-Suarez Date: Thu, 10 Mar 2005 17:21:05 +0000 (+0000) Subject: Patch for Debian bug #258618, compilation under Debian/Hurd X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bfbdaa667072956d5a0e974db8ab75c91d670262;p=p5sagit%2Fp5-mst-13.2.git Patch for Debian bug #258618, compilation under Debian/Hurd p4raw-id: //depot/perl@24016 --- diff --git a/hints/gnu.sh b/hints/gnu.sh index 828e249..2cfce54 100644 --- a/hints/gnu.sh +++ b/hints/gnu.sh @@ -18,6 +18,9 @@ lddlflags='-shared' # Flags needed by programs that use dynamic linking. ccdlflags='-Wl,-E' +# Debian bug #258618 +ccflags='-D_GNU_SOURCE' + # The following routines are only available as stubs in GNU libc. # XXX remove this once metaconf detects the GNU libc stubs. d_msgctl='undef'