aboutsummaryrefslogtreecommitdiffstats
path: root/cdr
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-14 00:45:07 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-14 00:45:07 +0000
commit21e4d8c4ed96bc67fd7adb0358cc429d1e4a9192 (patch)
tree79222143d865ffc6e5cb5e18e62968ef2808a8bd /cdr
parenta6c125b59e63ab935d0a7eb97b481413400befd0 (diff)
fix bsd compile issue (bug #5731)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7094 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'cdr')
-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.