[svn-commits] rizzo: trunk r44408 - /trunk/Makefile

svn-commits at lists.digium.com svn-commits at lists.digium.com
Wed Oct 4 15:51:18 MST 2006


Author: rizzo
Date: Wed Oct  4 17:51:17 2006
New Revision: 44408

URL: http://svn.digium.com/view/asterisk?rev=44408&view=rev
Log:
put linker flags in ASTLDFLAGS where they belong


Modified:
    trunk/Makefile

Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/Makefile?rev=44408&r1=44407&r2=44408&view=diff
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Wed Oct  4 17:51:17 2006
@@ -179,7 +179,8 @@
 endif
 
 ifneq ($(findstring BSD,$(OSARCH)),)
-  ASTCFLAGS+=-I/usr/local/include -L/usr/local/lib
+  ASTCFLAGS+=-I/usr/local/include
+  ASTLDFLAGS+=-L/usr/local/lib
 endif
 
 ifneq ($(PROC),ultrasparc)



More information about the svn-commits mailing list