From: hauke Date: Fri, 21 Feb 2014 20:33:34 +0000 (+0000) Subject: elfutils: disable lzma support X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=c1a832549be83c21627cf797ab94ce682b2af9e2;p=packages.git elfutils: disable lzma support Signed-off-by: Hauke Mehrtens git-svn-id: svn://svn.openwrt.org/openwrt/packages@39655 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/elfutils/Makefile b/libs/elfutils/Makefile index 2c3208143..7b0013139 100644 --- a/libs/elfutils/Makefile +++ b/libs/elfutils/Makefile @@ -51,7 +51,8 @@ CONFIGURE_VARS += \ endif CONFIGURE_ARGS += \ - --disable-werror + --disable-werror \ + --without-lzma define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include