summaryrefslogtreecommitdiff
path: root/cdr/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-05-31 19:40:23 +0000
committerMark Spencer <markster@digium.com>2004-05-31 19:40:23 +0000
commit9286f2c6d315aad3adacb4f526dd27e0d67a1689 (patch)
tree90cded5b6ee2efd9bacb9494b12a6cfbcb3f6e56 /cdr/Makefile
parentfdcf41cef022642eb46025778354733659c5e1ff (diff)
More BSD compile fixes (bugs #1754 and #1756)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3121 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'cdr/Makefile')
-rwxr-xr-xcdr/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/cdr/Makefile b/cdr/Makefile
index d688725f0..6b92e27d9 100755
--- a/cdr/Makefile
+++ b/cdr/Makefile
@@ -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...
#