[Asterisk-cvs] asterisk/res Makefile,1.26,1.27
markster
markster
Sat Oct 29 14:21:59 CDT 2005
Update of /usr/cvsroot/asterisk/res
In directory mongoose.digium.com:/tmp/cvs-serv9338/res
Modified Files:
Makefile
Log Message:
Do not look for libosp since that name is not used anymore and conflicts with opensp (bug #5542)
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/res/Makefile,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- Makefile 28 Oct 2005 23:53:07 -0000 1.26
+++ Makefile 29 Oct 2005 18:14:18 -0000 1.27
@@ -37,16 +37,6 @@
endif
endif
-ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/lib/libosp.a),)
- MODS+=res_osp.so
- OSPLIB=$(CROSS_COMPILE_TARGET)/usr/lib/libosp.a
-else
- ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/local/lib/libosp.a),)
- MODS+=res_osp.so
- OSPLIB=$(CROSS_COMPILE_TARGET)/usr/local/lib/libosp.a
- endif
-endif
-
ifeq ($(findstring BSD,${OSARCH}),BSD)
CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include -L$(CROSS_COMPILE_TARGET)/usr/local/lib
endif
More information about the svn-commits
mailing list