From 5bff785fc6615ba1fae294f1f881cba23de3ed1c Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Mon, 11 Jul 2011 10:56:23 +0000 Subject: [PATCH] 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 --- main/Makefile | 1 - 1 file changed, 1 deletion(-) 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 -- 2.47.2