On 02/08/2012 06:31 PM, Mark Hatle wrote:
On 2/8/12 11:10 AM, Phil Blundell wrote:
On Wed, 2012-02-08 at 18:06 +0200, Andrei Gherzan wrote:
1. Update to 4.2.3-P2
2. From 4.2.0 final release, -lcrypto check was removed and we compile static libraries from bind that are linked to libcrypto. This is why i added a patch in order to add
-lcrypto to LIBS.

Signed-off-by: Andrei Gherzan<[email protected]>

[...]

@@ -66,7 +61,7 @@ FILES_dhcp-server-config = "${sysconfdir}/default/dhcp-server ${sysconfdir}/dhcp

FILES_dhcp-relay = "${sbindir}/dhcrelay ${sysconfdir}/init.d/dhcp-relay ${sysconfdir}/default/dhcp-relay"

-FILES_dhcp-client = "${base_sbindir}/dhclient ${base_sbindir}/dhclient-script ${sysconfdir}/dhcp/dhclient.conf" +FILES_dhcp-client = "${sbindir}/dhclient ${base_sbindir}/dhclient-script ${sysconfdir}/dhcp/dhclient.conf"
  RDEPENDS_dhcp-client = "bash"

  FILES_dhcp-omshell = "${bindir}/omshell"

This isn't just a straightforward update, you seem to be moving dhclient
from ${base_sbindir} to ${sbindir}.  If that's a good thing (which
doesn't seem totally obvious to me) then it ought at least to be
mentioned in the commit message.

I believe that dhcp-client was in the base_sbindir specifically to enable early boot/network setup before /usr is potentially available. I think this is still desired.

In this case we will have to move -lcrypto as it is in ${libdir}. Change-log will be edited after this will be cleared (sorry).
But still we need to conclude on a solution about this.

@g

_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to