[oe-commits] Jeremy Lainé : dhclient: use LDFLAGS (fixes QA error)

GIT User account git at amethyst.openembedded.net
Tue Apr 7 11:36:55 UTC 2009


Module: openembedded.git
Branch: stable/2009
Commit: b8ca80f286be590f488bfe764052719018ce18c7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b8ca80f286be590f488bfe764052719018ce18c7

Author: Jeremy Lainé <jeremy.laine at m4x.org>
Date:   Mon Apr  6 02:18:52 2009 +0000

dhclient: use LDFLAGS (fixes QA error)

Signed-off-by: Jeremy Lainé <jeremy.laine at m4x.org>
Acked-by: Koen Kooi <koen at openembedded.org>

---

 recipes/dhclient/dhclient_2.0pl5.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/dhclient/dhclient_2.0pl5.bb b/recipes/dhclient/dhclient_2.0pl5.bb
index 20b0dfc..0b1f614 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}





More information about the Openembedded-commits mailing list