[Lunar-commits] <moonbase> parted: fixed: unrecognized option: --disable-Werror

Zbigniew Luszpinski zbiggy at lunar-linux.org
Sun Jun 12 03:08:34 CEST 2011


commit b9d733449519970b22075e1015229e4daea4894a
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Sun Jun 12 03:08:34 2011 +0200

    parted: fixed: unrecognized option: --disable-Werror
---
 utils/parted/BUILD |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/utils/parted/BUILD b/utils/parted/BUILD
index b77e04d..00ba206 100644
--- a/utils/parted/BUILD
+++ b/utils/parted/BUILD
@@ -5,7 +5,7 @@
 
   sedit 's/'-Wl,--as-needed'//' m4/lib-ignore.m4 configure &&
 
-  OPTS+=" --disable-rpath --disable-debug --disable-Werror --disable-device-mapper --disable-static" &&
+  OPTS+=" --disable-rpath --disable-debug --disable-device-mapper --disable-static" &&
 
   default_build &&
 


More information about the Lunar-commits mailing list