summaryrefslogtreecommitdiff
path: root/res/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-10-29 18:14:18 +0000
committerMark Spencer <markster@digium.com>2005-10-29 18:14:18 +0000
commitd6a963c4765bbf84f4a96017e62d9b0db5f2ee47 (patch)
treee044d90c4a99c1e409a8ab8b92164b28f8d7d2b8 /res/Makefile
parent6b26826bab89fef6ccbbd5d5f978ac301cada26c (diff)
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
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