All of lore.kernel.org
 help / color / mirror / Atom feed
* [STABLE][PATCH] dhclient: use LDFLAGS (fixes QA error)
@ 2009-04-06 12:18 Jeremy Lainé
  2009-04-06 14:02 ` Koen Kooi
  0 siblings, 1 reply; 2+ messages in thread
From: Jeremy Lainé @ 2009-04-06 12:18 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Jeremy Lainé

From: Jeremy Lainé <jeremy.laine@m4x.org>


Signed-off-by: Jeremy Lainé <jeremy.laine@m4x.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}
-- 
1.6.2.1




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-04-06 14:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-06 12:18 [STABLE][PATCH] dhclient: use LDFLAGS (fixes QA error) Jeremy Lainé
2009-04-06 14:02 ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.