Merge remote-tracking branch 'origin/master' into f17

This commit is contained in:
Michael Stahl 2012-04-04 18:52:25 +02:00
commit ab44417541

View File

@ -1026,7 +1026,7 @@ export PATH=$QT4DIR/bin:$PATH
#use the RPM_OPT_FLAGS but remove the OOo overridden ones
for i in $RPM_OPT_FLAGS; do
case "$i" in
-O?|-pipe|-Wall|-g|-fexceptions) continue;;
-pipe|-Wall|-g|-fexceptions) continue;;
esac
ARCH_FLAGS="$ARCH_FLAGS $i"
done