aboutsummaryrefslogtreecommitdiffstats
path: root/res/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-29 18:14:18 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-29 18:14:18 +0000
commit13318940ef7d48a78b4aaf2b5ef37a2a47b4ef47 (patch)
treee044d90c4a99c1e409a8ab8b92164b28f8d7d2b8 /res/Makefile
parent9e10df8aeac0145182b00e750012bc3dc23928c2 (diff)
Do not look for libosp since that name is not used anymore and conflicts with opensp (bug #5542)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6891 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/Makefile')
-rwxr-xr-xres/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/res/Makefile b/res/Makefile
index d02021aed..f688b37bf 100755
--- a/res/Makefile
+++ b/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