https://bugzilla.redhat.com/show_bug.cgi?id=1568400 Vitaly Zaitsev <vitaly@xxxxxxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vitaly@xxxxxxxxxxxxxx Assignee|nobody@xxxxxxxxxxxxxxxxx |vitaly@xxxxxxxxxxxxxx Flags| |fedora-review? --- Comment #2 from Vitaly Zaitsev <vitaly@xxxxxxxxxxxxxx> --- > touch configure > chmod +x configure You can set build flags using: export CFLAGS="%{optflags}" export LDFLAGS="%{__global_ldflags}" > make PREFIX=%{buildroot}/usr install Do not use hardcoded paths. Use macro instead: %make_install PREFIX=%{_prefix} -- 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 -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx