mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
add proper environment vars to detect modules on freebsd.
(already applied to trunk so it needs to be blocked there) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@47107 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -25,6 +25,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
|
||||||
|
Reference in New Issue
Block a user