[svn-commits] trunk r8778 - /trunk/Makefile

svn-commits at lists.digium.com svn-commits at lists.digium.com
Thu Jan 26 22:33:22 MST 2006


Author: russell
Date: Thu Jan 26 23:33:20 2006
New Revision: 8778

URL: http://svn.digium.com/view/asterisk?rev=8778&view=rev
Log:
add /usr/local/lib to SOLINK (issue #6323)

Modified:
    trunk/Makefile

Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/Makefile?rev=8778&r1=8777&r2=8778&view=diff
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Thu Jan 26 23:33:20 2006
@@ -381,6 +381,9 @@
 #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)



More information about the svn-commits mailing list