Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=946856 --- Comment #21 from Tom "spot" Callaway <tcallawa@xxxxxxxxxx> --- Not sure why I didn't notice this before, but why are you conditionalizing like this: %ifarch x86_64 make -C linux/ %{?_smp_mflags} PREFIX=/usr LIBDIR=%{_libdir} %else make -C linux/ %{?_smp_mflags} PREFIX=/usr %endif The value of LIBDIR=%{_libdir} should be correct for all arches, you can simplify things here by dropping the conditionalization and using LIBDIR=%{_libdir} in all cases. (same for the identical make install case). -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=RpsRKwkdEC&a=cc_unsubscribe _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review