Comment # 17 on bug 3965 from
(In reply to MartinKG from comment #16)
> Spec URL: https://martinkg.fedorapeople.org/Review/SPECS/miam-player.spec
> SRPM URL:
> https://martinkg.fedorapeople.org/Review/SRPMS/miam-player-0.8.1-0.
> 3git8aba652.fc24.src.rpm
> 
> %changelog
> * Sat Sep 17 2016 Martin Gansser <martinkg@fedoraproject.org> -
> 0.8.1-0.3git8aba652
> - Update to 0.8.1-0.3git8aba652
> - Added BR libappstream-glib
> - Use ${RPM_OPT_FLAGS} instead of %%{optflags}

    QMAKE_LFLAGS="${RPM_OPT_FLAGS} -Wl,--as-needed" \

should be

    QMAKE_LFLAGS="${RPM_LD_FLAGS} -Wl,--as-needed" \


You are receiving this mail because: