From: Jeremy Lainé Date: Mon, 6 Apr 2009 12:00:46 +0000 (+0000) Subject: dhclient: use LDFLAGS (fixes QA error) X-Git-Tag: Release-2010-05/1~3789^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42b3663b07fedb2e7bd19328fbc872cc561b3ac0;p=openembedded.git dhclient: use LDFLAGS (fixes QA error) --- 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}