From ac14ac46747774836c0ae973522de2b19c080914 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Fri, 21 Feb 2014 20:33:34 +0000 Subject: [PATCH] elfutils: disable lzma support Signed-off-by: Hauke Mehrtens SVN-Revision: 39655 --- 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 -- 2.30.2