提交 04be7a15 authored 作者: Michael Jerris's avatar Michael Jerris

allow config.cache or -C on libedit

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7200 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 58a8979c
......@@ -16,6 +16,8 @@ case $host in
*-sun-*) AC_DEFINE([_SUNOS], [], [Solaris's term.h does horrid things.]);;
esac
CFLAGS="$CFLAGS -D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1"
# Checks for programs.
AC_PROG_CXX
AC_PROG_CC
......
#! /bin/sh
./configure "$@" CFLAGS="$CFLAGS -D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1" --disable-shared --with-pic
./configure "$@" --disable-shared --with-pic
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论