From e7db78a404d276666ebb9eb94e014048d8456138 Mon Sep 17 00:00:00 2001 From: Luigi Rizzo <rizzo@icir.org> Date: Wed, 4 Oct 2006 22:59:02 +0000 Subject: [PATCH] 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 --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) 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 -- GitLab