[asterisk-commits] trunk - r8548 /trunk/funcs/Makefile
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Tue Jan 24 10:47:44 MST 2006
Author: oej
Date: Tue Jan 24 11:47:41 2006
New Revision: 8548
URL: http://svn.digium.com/view/asterisk?rev=8548&view=rev
Log:
Reverting change in revision 8539 - fixed wrong problem. Sorry.
Modified:
trunk/funcs/Makefile
Modified: trunk/funcs/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/funcs/Makefile?rev=8548&r1=8547&r2=8548&view=diff
==============================================================================
--- trunk/funcs/Makefile (original)
+++ trunk/funcs/Makefile Tue Jan 24 11:47:41 2006
@@ -33,12 +33,6 @@
else
STANDALONE_FUNCS=$(AVAILABLE_FUNCS)
endif
-
-ifeq ($(findstring BSD,${OSARCH}),BSD)
- CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include
- SOLINK+=-L$(CROSS_COMPILE_TARGET)/usr/local/lib
-endif
-
FUNCS+=$(STANDALONE_FUNCS:.o=.so)
More information about the asterisk-commits
mailing list