]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
restore proper CPPFLAGS and LDFLAGS for FreeBSD,
authorLuigi Rizzo <rizzo@icir.org>
Wed, 4 Oct 2006 22:59:02 +0000 (22:59 +0000)
committerLuigi Rizzo <rizzo@icir.org>
Wed, 4 Oct 2006 22:59:02 +0000 (22:59 +0000)
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

configure.ac

index 5cbe3616059f02779d80d809dfb8a44e41621fc2..ce9c0dec45f6a331d52f241ec98fa6b3ed47e7a4 100644 (file)
@@ -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