Fix typo
This commit is contained in:
parent
583d6072c1
commit
cc057fc389
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ gcc --version
|
|||
./bootstrap.sh
|
||||
|
||||
# FIXME: Warninggs should be fixed, not suppressed:
|
||||
RPM_OPT_FLAGS=${RPM_OPT_FLAGS/ -Wp,-D_FORTIFY_SOURCE=2 /}
|
||||
RPM_OPT_FLAGS=${RPM_OPT_FLAGS/-Wp,-D_FORTIFY_SOURCE=2 /}
|
||||
%configure CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS"
|
||||
|
||||
# Build system can end up with corrupt xmllint files:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue