From 42b3663b07fedb2e7bd19328fbc872cc561b3ac0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeremy=20Lain=C3=A9?= Date: Mon, 6 Apr 2009 12:00:46 +0000 Subject: dhclient: use LDFLAGS (fixes QA error) --- recipes/dhclient/dhclient_2.0pl5.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes/dhclient') diff --git a/recipes/dhclient/dhclient_2.0pl5.bb b/recipes/dhclient/dhclient_2.0pl5.bb index 20b0dfc440..0b1f614bd4 100644 --- a/recipes/dhclient/dhclient_2.0pl5.bb +++ b/recipes/dhclient/dhclient_2.0pl5.bb @@ -1,12 +1,14 @@ SECTION = "console/network" DESCRIPTION = "ISC DHCP Distribution (client and server)." LICENSE = "BSD" +PR = "r1" SRC_URI = "ftp://ftp.isc.org/isc/dhcp/dhcp-2.0-history/dhcp-${PV}.tar.gz \ file://make.patch;patch=1" S = "${WORKDIR}/dhcp-${PV}" export BINDIR = "${sbindir}" +export LFLAGS = "${LDFLAGS}" do_configure () { ./configure ${TARGET_SYS} -- cgit v1.2.3