mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Do not look for libosp since that name is not used anymore and conflicts with opensp (bug #5542)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6891 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
10
res/Makefile
10
res/Makefile
@@ -37,16 +37,6 @@ else
|
||||
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
|
||||
|
Reference in New Issue
Block a user