mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 04:30:28 +00:00
add /usr/local/lib to SOLINK (issue #6323)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8778 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
3
Makefile
3
Makefile
@@ -381,6 +381,9 @@ else
|
|||||||
#These are used for all but Darwin
|
#These are used for all but Darwin
|
||||||
ASTLINK=-Wl,-E
|
ASTLINK=-Wl,-E
|
||||||
SOLINK=-shared -Xlinker -x
|
SOLINK=-shared -Xlinker -x
|
||||||
|
ifeq ($(findstring BSD,$(OSARCH)),BSD)
|
||||||
|
SOLINK+=-L$(CROSS_COMPILE_TARGET)/usr/local/lib
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(OSARCH),FreeBSD)
|
ifeq ($(OSARCH),FreeBSD)
|
||||||
|
Reference in New Issue
Block a user