From: nbd Date: Thu, 19 Aug 2010 15:57:45 +0000 (+0000) Subject: xmail: add $(LIBGCC_S) to fix ARM EABI compile errors X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=d357e78de35b79db5807d46baf6fa89be2c2cc17;p=packages.git xmail: add $(LIBGCC_S) to fix ARM EABI compile errors git-svn-id: svn://svn.openwrt.org/openwrt/packages@22729 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/mail/xmail/Makefile b/mail/xmail/Makefile index fb316b39f..8716e374c 100644 --- a/mail/xmail/Makefile +++ b/mail/xmail/Makefile @@ -37,7 +37,7 @@ define Build/Compile $(TARGET_CONFIGURE_OPTS) \ LD="\$$$$(CC)" \ CPPFLAGS="$(TARGET_CPPFLAGS) -I$(STAGING_DIR)/usr/include/uClibc++ -fno-builtin -fno-rtti -nostdinc++" \ - LDFLAGS="$(TARGET_LDFLAGS) -nodefaultlibs -lcrypto -lssl -luClibc++ -ldl -lm -lpthread" \ + LDFLAGS="$(TARGET_LDFLAGS) -nodefaultlibs -lcrypto -lssl -luClibc++ -ldl -lm -lpthread $(LIBGCC_S)" \ all tar -cjf $(PKG_BUILD_DIR)/MailRoot.tar.bz2 -C $(PKG_BUILD_DIR)/MailRoot --exclude bin . endef