From c1a832549be83c21627cf797ab94ce682b2af9e2 Mon Sep 17 00:00:00 2001 From: hauke Date: Fri, 21 Feb 2014 20:33:34 +0000 Subject: [PATCH] elfutils: disable lzma support Signed-off-by: Hauke Mehrtens git-svn-id: svn://svn.openwrt.org/openwrt/packages@39655 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/elfutils/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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