projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19558d8
)
add /usr/local/lib to SOLINK (issue #6323)
author
Russell Bryant
<russell@russellbryant.com>
Fri, 27 Jan 2006 05:33:20 +0000
(
05:33
+0000)
committer
Russell Bryant
<russell@russellbryant.com>
Fri, 27 Jan 2006 05:33:20 +0000
(
05:33
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8778
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
1dcec05
..
4b69318
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-381,6
+381,9
@@
else
#These are used for all but Darwin
ASTLINK=-Wl,-E
SOLINK=-shared -Xlinker -x
+ ifeq ($(findstring BSD,$(OSARCH)),BSD)
+ SOLINK+=-L$(CROSS_COMPILE_TARGET)/usr/local/lib
+ endif
endif
ifeq ($(OSARCH),FreeBSD)