jasons 2002/12/09 11:41:06
Modified: perl/hints linux.pl
Log:
* hints/linux.pl (Repository):
forced _GNU_SOURCE
Revision Changes Path
1.2 +1 -1 xml-xerces/perl/hints/linux.pl
Index: linux.pl
===================================================================
RCS file: /home/cvs/xml-xerces/perl/hints/linux.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- linux.pl 7 Oct 2001 16:49:25 -0000 1.1
+++ linux.pl 9 Dec 2002 19:41:06 -0000 1.2
@@ -1,2 +1,2 @@
# until I get ahold of Detect::OS, I assume all linux is debian
-$self->{CCFLAGS} .= " -DDEBIAN";
+$self->{CCFLAGS} .= " -DDEBIAN -D_GNU_SOURCE";
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]