From: Luigi Rizzo Date: Wed, 4 Oct 2006 22:59:02 +0000 (+0000) Subject: restore proper CPPFLAGS and LDFLAGS for FreeBSD, X-Git-Tag: 1.6.0-beta1~3^2~4517 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7db78a404d276666ebb9eb94e014048d8456138;p=thirdparty%2Fasterisk.git restore proper CPPFLAGS and LDFLAGS for FreeBSD, until a better solution is found. Please do not commit the regenerated "configure" file yet, as there are some more simplifications to be applied to configure.ac and acinclude.m4 in the next few days. For the same reason, i am postponing the commit to the 1.4 branch until the above changes are complete. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44411 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/configure.ac b/configure.ac index 5cbe361605..ce9c0dec45 100644 --- a/configure.ac +++ b/configure.ac @@ -30,6 +30,8 @@ AC_REVISION($Revision$) case "${host_os}" in freebsd*) ac_default_prefix=/usr/local + CPPFLAGS=-I/usr/local/include + LDFLAGS=-L/usr/local/lib ;; *) ac_default_prefix=/usr