summaryrefslogtreecommitdiff
path: root/cdr/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-11-14 00:45:07 +0000
committerMark Spencer <markster@digium.com>2005-11-14 00:45:07 +0000
commit3fbcf6e3d0d3bd2e2e9f0c96e48b6e7e7ec311d6 (patch)
tree79222143d865ffc6e5cb5e18e62968ef2808a8bd /cdr/Makefile
parent8f965a06cb29cb3c762b9d959529848ab05ade48 (diff)
fix bsd compile issue (bug #5731)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7094 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'cdr/Makefile')
-rwxr-xr-xcdr/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cdr/Makefile b/cdr/Makefile
index 3f6a7602e..49c3e4f4d 100755
--- a/cdr/Makefile
+++ b/cdr/Makefile
@@ -21,7 +21,8 @@ CFLAGS+=-fPIC
endif
ifeq ($(findstring BSD,${OSARCH}),BSD)
- CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include -L$(CROSS_COMPILE_TARGET)/usr/local/lib
+ CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include
+ SOLINK+=-L$(CROSS_COMPILE_TARGET)/usr/local/lib
endif
#The problem with sparc is the best stuff is in newer versions of gcc (post 3.0) only.