Skip to content
Snippets Groups Projects
Commit e7db78a4 authored by Luigi Rizzo's avatar Luigi Rizzo
Browse files

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
parent d16122c8
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,8 @@ AC_REVISION($Revision$) ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment