[Asterisk-cvs] asterisk-addons/res_perl Makefile,1.3,1.4

anthm at lists.digium.com anthm at lists.digium.com
Mon Jan 31 10:43:39 CST 2005


Update of /usr/cvsroot/asterisk-addons/res_perl
In directory mongoose.digium.com:/tmp/cvs-serv17464

Modified Files:
	Makefile 
Log Message:
add D_GNU_SOURCE to CFLAGS

Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk-addons/res_perl/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile	19 Dec 2004 16:04:10 -0000	1.3
+++ Makefile	31 Jan 2005 16:45:04 -0000	1.4
@@ -41,6 +41,7 @@
 CFLAGS +=  -DASTVARLIBDIR=\"$(ASTVARLIBDIR)\" -DASTVARRUNDIR=\"$(ASTVARRUNDIR)\" -DASTSPOOLDIR=\"$(ASTSPOOLDIR)\" -DASTLOGDIR=\"$(ASTLOGDIR)\"
 CFLAGS +=  -DASTCONFPATH=\"$(ASTCONFPATH)\" -DASTMODDIR=\"$(MODULES_DIR)\" -DASTAGIDIR=\"$(AGI_DIR)\" 
 CFLAGS +=  -DMULTIPLICITY $(shell $(PERL) -MExtUtils::Embed -e ccopts) 
+CFLAGS +=  -D_GNU_SOURCE
 
 LDFLAGS  =  $(shell $(PERL) -MExtUtils::Embed -e ldopts)
 LDFLAGS +=  $(shell perl -MConfig -e 'print $$Config{libs}')




More information about the svn-commits mailing list