mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
Changed libedit to go into bootstrap.sh since its now default,
but still make the build and include selectable from configure Chnaged libedit to use automake Still need to update the leftover configure and .in files git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6746 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
2
libs/libedit/configure.gnu
Normal file
2
libs/libedit/configure.gnu
Normal file
@@ -0,0 +1,2 @@
|
||||
#! /bin/sh
|
||||
./configure "$@" CFLAGS="$CFLAGS -D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1" --disable-shared --with-pic
|
Reference in New Issue
Block a user