https://bugzilla.redhat.com/show_bug.cgi?id=1908922 --- Comment #10 from Aleksei Bavshin <alebastr89@xxxxxxxxx> --- (In reply to Zbigniew Jędrzejewski-Szmek from comment #9) > Yeah, the .pc files is borked: > > prefix=/usr/lib64 > > exec_prefix=${prefix} > > libdir=${exec_prefix}//usr/include > → this evaluates to libdir=/usr/lib64//usr/include > > Libs: -Wl,-rpath=${libdir} -L${libdir} -lopenaptx > → this sets rpath, and it shouldn't. > > Cflags: -I${includedir} > → this gets the include path wrong ;( > > I think it'd be easiest to do something like > sed -r -i 's/^Libs:.*/Libs: -lopenaptx/; /Cflags:/d' /path/to/.pc `%make_install PREFIX="%{_prefix}" LIBDIR="%{_lib}"` would generate correct paths in pkgconfig file. Makefile for this project expects all *DIR variables to be relative to the 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 Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx