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
1.6.0
Luigi Rizzo 19 years ago
parent d16122c826
commit e7db78a404

@ -30,6 +30,8 @@ AC_REVISION($Revision$)
case "${host_os}" in case "${host_os}" in
freebsd*) freebsd*)
ac_default_prefix=/usr/local ac_default_prefix=/usr/local
CPPFLAGS=-I/usr/local/include
LDFLAGS=-L/usr/local/lib
;; ;;
*) *)
ac_default_prefix=/usr ac_default_prefix=/usr

Loading…
Cancel
Save