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



--- Comment #61 from Sergio Monteiro Basto <ser...@serjux.com> ---
(In reply to Hans de Goede from comment #51)

> - Use pkgconfig to get include/libs instead of hardcoding (rhbz#1534595)

we can't use pkgconf, for example: 

pkgconf --cflags libxml-2.0

-I/usr/include/libxml2 

when we have to use [1] and result with pkgconf is [2] , which doesn't work .

[1]
SDK_VBOX_LIBXML2_INCS=/usr/include/libxml2

[2]
SDK_VBOX_LIBXML2_INCS=-I/usr/include/libxml2

-- 
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@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org

Reply via email to