Nit needed to get optflags edit into configure.

This commit is contained in:
roland 2005-08-06 22:28:10 +00:00
parent a66aa3ef67
commit 52b13f0b6c
1 changed files with 1 additions and 1 deletions

View File

@ -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