[Bug 192413] libdhcp : IPv6 and IPv4 DHCP client and network configuration library API

bugzilla at redhat.com bugzilla at redhat.com
Fri May 19 17:29:45 UTC 2006


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: libdhcp : IPv6 and IPv4 DHCP client and network configuration library API


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





------- Additional Comments From jvdias at redhat.com  2006-05-19 13:29 EST -------
I'd say whatever tool you're using NEEDSWORK also -

1. There is no way currently of 'softcoding' the pkgconfig dir.
 - To use
   %{_libdir}/pkgconfig or %{prefix}/%{_lib}/pkgconfig would fail 
   on multi-lib arches (as I found out with avahi) - 
   /usr/lib64/pkgconfig is NOT a pkgconfig directory. 
   The pkgconfig dir is ALWAYS /usr/lib/pkgconfig - 
   until /usr/lib/rpm/macros gives us a nice %{_pkgconfig} variable.
   
   MANY other packages use pkgconfig, and they all have to specify
   /usr/lib/pkgconfig.

   I can remove the libdhcp.pc if you wish, but that would be a shame
   as it would prevent software being able to discover the Cflags, Libs,
   and Libs.private it requires automatically, which leads on to the next
   point.

2. Your tool is using the wrong include path, which it could have obtained
   by using 'pkg-config --cflags', to obtain '-I/usr/lib/dhcp4client' 
   and '-I/usr/lib/dhcp4client/isc-dhcp', where the headers for the 
   dhcp4client reside.
 
If you could suggest a resolution, I'll implement it - what tool are you
using ? It sounds like it needs fixing.


-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-package-review mailing list