https://bugzilla.redhat.com/show_bug.cgi?id=1550740
Robert-André Mauchin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?([email protected] | |) | --- Comment #9 from Robert-André Mauchin <[email protected]> --- My bad, I used hardcoded flags. Replace the sed line with: sed -i "s|qmake|/usr/lib64/qt5/bin/qmake \ QMAKE_CFLAGS_DEBUG=\"%optflags\" \ QMAKE_CFLAGS_RELEASE=\"%optflags\" \ QMAKE_CXXFLAGS_DEBUG=\"%optflags\" \ QMAKE_CXXFLAGS_RELEASE=\"%optflags\" \ QMAKE_LFLAGS_DEBUG=\"%{?__global_ldflags}\" \ QMAKE_LFLAGS_RELEASE=\"%{?__global_ldflags}\" \ QMAKE_STRIP=|" host-linux/GNUmakefile -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected]
