From: florian Date: Wed, 21 Apr 2010 13:34:36 +0000 (+0000) Subject: [package] fix linking failure of mtd-utils on ARM with eglibc, thanks to xl0 for... X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=5b8abef83fdf16378290f97b9ae4f44bfccfb64d;p=packages.git [package] fix linking failure of mtd-utils on ARM with eglibc, thanks to xl0 for testing. git-svn-id: svn://svn.openwrt.org/openwrt/packages@21070 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/mtd-utils/Makefile b/utils/mtd-utils/Makefile index 04b752479..31100d957 100644 --- a/utils/mtd-utils/Makefile +++ b/utils/mtd-utils/Makefile @@ -36,6 +36,7 @@ endef MAKE_FLAGS += \ DESTDIR="$(PKG_INSTALL_DIR)" \ BUILDDIR="$(PKG_BUILD_DIR)" \ + LDLIBS+="$(LIBGCC_S)" \ WITHOUT_XATTR=1 ifeq ($(CONFIG_LINUX_2_4),y)