Restore $RPM_OPT_FLAGS to make line in %build section

svn: r1599
This commit is contained in:
Donald A. Peterson 2003-05-27 18:33:21 +00:00
parent cb6b5acece
commit d8e7af8c70
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ else
CFLAGS="$MYCFLAGS" %configure
fi
make
CFLAGS="$RPM_OPT_FLAGS" make
%install
rm -rf $RPM_BUILD_ROOT

View File

@ -48,7 +48,7 @@ else
CFLAGS="$MYCFLAGS" %configure
fi
make
CFLAGS="$RPM_OPT_FLAGS" make
%install
rm -rf $RPM_BUILD_ROOT