From: Tzafrir Cohen Date: Mon, 11 Jul 2011 10:56:23 +0000 (+0000) Subject: Properly building the Debian armhf (HardFloat) port. X-Git-Tag: 1.8.6.0-rc1~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bff785fc6615ba1fae294f1f881cba23de3ed1c;p=thirdparty%2Fasterisk.git Properly building the Debian armhf (HardFloat) port. Remove the line that should have been removed in r327411. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@327412 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/Makefile b/main/Makefile index 300e9a115c..d7a65d3d7f 100644 --- a/main/Makefile +++ b/main/Makefile @@ -35,7 +35,6 @@ AST_LIBS += $(BKTR_LIB) AST_LIBS += $(LIBXML2_LIB) ifneq ($(findstring $(OSARCH), linux-gnu uclinux linux-uclibc linux-gnueabi linux-gnueabihf ),) -ifneq ($(findstring $(OSARCH), linux-gnu uclinux linux-uclibc linux-gnueabi ),) ifneq ($(findstring LOADABLE_MODULES,$(MENUSELECT_CFLAGS)),) AST_LIBS+=-ldl endif