More BSD compile fixes (bugs #1754 and #1756)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3121 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-05-31 19:40:23 +00:00
parent fdcf41cef0
commit 9286f2c6d3
3 changed files with 14 additions and 0 deletions

View File

@@ -17,6 +17,11 @@ MODS=cdr_csv.so
CFLAGS+=-fPIC
OSARCH=$(shell uname -s)
ifeq (${OSARCH},FreeBSD)
SOLINK+=-L/usr/local/lib
endif
#
# unixODBC stuff...
#