From 3bbb35ca9fa8d4e89013357c7376ceabf74d7555 Mon Sep 17 00:00:00 2001 From: roland Date: Aug 06 2005 22:28:10 +0000 Subject: Nit needed to get optflags edit into configure. --- diff --git a/elfutils.spec b/elfutils.spec index 84e2651..e7dc880 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -123,7 +123,7 @@ find . \( -name configure -o -name config.h.in \) -print | xargs touch # the makefiles disable some specific warnings for specific code. RPM_OPT_FLAGS=${RPM_OPT_FLAGS/-Wall/} -%configure +%configure CFLAGS="$RPM_OPT_FLAGS" make %install