From 24986a1cf8507702f1b42987b1defc09a21e0f36 Mon Sep 17 00:00:00 2001 From: Dirk Neukirchen Date: Thu, 7 Jul 2016 14:57:20 +0200 Subject: [PATCH] elfutils: remove unrecognized config option fixes: configure: WARNING: unrecognized options: --disable-werror Signed-off-by: Dirk Neukirchen --- package/libs/elfutils/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/package/libs/elfutils/Makefile b/package/libs/elfutils/Makefile index fa7bc5542e..5292eba264 100644 --- a/package/libs/elfutils/Makefile +++ b/package/libs/elfutils/Makefile @@ -65,7 +65,6 @@ CONFIGURE_VARS += \ endif CONFIGURE_ARGS += \ - --disable-werror \ --without-lzma define Build/InstallDev -- 2.35.1