This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5207adf
)
Patch for Debian bug #258618, compilation under Debian/Hurd
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Thu, 10 Mar 2005 17:21:05 +0000
(17:21 +0000)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Thu, 10 Mar 2005 17:21:05 +0000
(17:21 +0000)
p4raw-id: //depot/perl@24016
hints/gnu.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/gnu.sh
b/hints/gnu.sh
index
828e249
..
2cfce54
100644
(file)
--- 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'