diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-03-10 17:21:05 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-03-10 17:21:05 +0000 |
commit | bfbdaa667072956d5a0e974db8ab75c91d670262 (patch) | |
tree | 7bae3d01542b217ad27b749df83badd8e8ded4f6 /hints/gnu.sh | |
parent | 5207adf3a6188a4cfbe2431a4dcc3ca14f296618 (diff) | |
download | perl-bfbdaa667072956d5a0e974db8ab75c91d670262.tar.gz |
Patch for Debian bug #258618, compilation under Debian/Hurd
p4raw-id: //depot/perl@24016
Diffstat (limited to 'hints/gnu.sh')
-rw-r--r-- | hints/gnu.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hints/gnu.sh b/hints/gnu.sh index 828e249a49..2cfce54108 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' |