Skip to content
Snippets Groups Projects
Commit d6a963c4 authored by Mark Spencer's avatar Mark Spencer
Browse files

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
parent 6b26826b
Branches
Tags
No related merge requests found
...@@ -37,16 +37,6 @@ else ...@@ -37,16 +37,6 @@ else
endif endif
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) ifeq ($(findstring BSD,${OSARCH}),BSD)
CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include -L$(CROSS_COMPILE_TARGET)/usr/local/lib CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include -L$(CROSS_COMPILE_TARGET)/usr/local/lib
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment