https://bugzilla.redhat.com/show_bug.cgi?id=1354373
Rex Dieter rdieter@math.unl.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rdieter@math.unl.edu
--- Comment #8 from Rex Dieter rdieter@math.unl.edu --- sed -i \ -e "s|@@QT5_CFLAGS@@|%{?qt5_cflags}|g" \ -e "s|@@QT5_CXXFLAGS@@|%{?qt5_cxxflags}|g" \ -e "s|@@QT5_RPM_LD_FLAGS@@|%{?qt5_rpm_ld_flags}|g" \ -e "s|@@QT5_RPM_OPT_FLAGS@@|%{?qt5_rpm_opt_flags} %{?qt5_null_flag}|g" \ %{buildroot}%{_rpmconfigdir}/macros.d/macros.qt5
This won't work as-is, since the macros qt5_cflags qt5_cxxflags qt5_rpm_ld_flags qt5_rpm_opt_flags are not yet defined when this package is built.