[tw] - removed -Werror for now

This commit is contained in:
Thomas Woerner 2004-09-14 09:57:19 +00:00
parent 2d9ec4a351
commit 706fd5a12b
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ find . -type f -name "*.sample" | xargs rm -f
%build
./configure
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Werror -fPIC"
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fPIC"
%install
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT