dect
/
asterisk
Archived
13
0
Fork 0

add /usr/local/lib to SOLINK (issue #6323)

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8778 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2006-01-27 05:33:20 +00:00
parent 6ff28bcbc7
commit f40c6e0388
1 changed files with 3 additions and 0 deletions

View File

@ -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)