[Freeswitch-svn] [commit] r5136 - freeswitch/trunk

Freeswitch SVN anthm at freeswitch.org
Thu May 10 16:31:23 EDT 2007


Author: anthm
Date: Thu May 10 16:31:23 2007
New Revision: 5136

Modified:
   freeswitch/trunk/Makefile.am

Log:
fix build

Modified: freeswitch/trunk/Makefile.am
==============================================================================
--- freeswitch/trunk/Makefile.am	(original)
+++ freeswitch/trunk/Makefile.am	Thu May 10 16:31:23 2007
@@ -139,7 +139,7 @@
 
 
 libs/libedit/Makefile:
-	cd libs/libedit && ./configure --disable-shared --with-pic
+	cd libs/libedit && ./configure CFLAGS="-D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1" --disable-shared --with-pic
 libs/libedit/src/.libs/libedit.a: libs/libedit/Makefile
 	cd libs/libedit && $(MAKE)
 



More information about the Freeswitch-svn mailing list