aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dhclient
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2009-04-06 02:18:52 +0000
committerKoen Kooi <koen@openembedded.org>2009-04-07 13:33:40 +0200
commitb8ca80f286be590f488bfe764052719018ce18c7 (patch)
treedc595bcdab681008b88ecb20a48348b98374c623 /recipes/dhclient
parent0a8ecc41d5ae0791fcf37b57ab57fe5b7e2f9843 (diff)
downloadopenembedded-b8ca80f286be590f488bfe764052719018ce18c7.tar.gz
dhclient: use LDFLAGS (fixes QA error)
Signed-off-by: Jeremy Lainé <jeremy.laine@m4x.org> Acked-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/dhclient')
-rw-r--r--recipes/dhclient/dhclient_2.0pl5.bb2
1 files changed, 2 insertions, 0 deletions
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}