https://bugzilla.redhat.com/show_bug.cgi?id=1409332

Igor Gnatenko <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |POST
              Flags|                            |fedora-review+



--- Comment #1 from Igor Gnatenko <[email protected]> ---
Things to fix:
* pkgconf.x86_64: E: binary-or-shlib-defines-rpath /usr/bin/pkgconf
['/usr/lib64']
-> RPATH must die
* pkgconf.src:66: W: unversioned-explicit-provides %{_bindir}/pkg-config
-> filelists is for this purpose actually, so remove please
* find %{buildroot} -name "*.la" -delete -> find %{buildroot} -name '*.la'
-print -delete
-> Single-quotes do not expand and print to see what's really deleted
* Enable verbose rules (try --disable-silent-rules to %configure or V=1 to
%make_build)

I didn't check pkg-config compatibility thing because it requires System-Wide
Change, so it would not be enabled as for now.

-- 
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 -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to