aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-14 18:54:58 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-14 18:54:58 +0000
commit61c73a8d60cd658a78bc5c85aad2f6cbe608b52f (patch)
treeaa14226f4400550e9b3fb0864eb9bb7e21315e89
parentd0d11b9ec82988725515f4f53e8a4efd0a66b303 (diff)
Merged revisions 116353 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r116353 | file | 2008-05-14 15:54:16 -0300 (Wed, 14 May 2008) | 12 lines Merged revisions 116352 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r116352 | file | 2008-05-14 15:53:39 -0300 (Wed, 14 May 2008) | 4 lines Add linux-gnueabi in. (closes issue #12529) Reported by: tzafrir ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@116354 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--main/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/Makefile b/main/Makefile
index 976c37b14..4dd425773 100644
--- a/main/Makefile
+++ b/main/Makefile
@@ -52,7 +52,7 @@ ifeq ($(wildcard /usr/include/dlfcn.h),)
OBJS+=dlfcn.o
endif
-ifneq ($(findstring $(OSARCH), linux-gnu uclinux linux-uclibc ),)
+ifneq ($(findstring $(OSARCH), linux-gnu uclinux linux-uclibc linux-gnueabi ),)
ifneq ($(findstring LOADABLE_MODULES,$(MENUSELECT_CFLAGS)),)
AST_LIBS+=-ldl
endif