All of lore.kernel.org
 help / color / mirror / Atom feed
* [STABLE][PATCH] dhcp 3.0.2: fix QA error
@ 2009-07-22 12:46 Koen Kooi
  2009-07-22 12:50 ` Philip Balister
  2009-07-23 11:29 ` Marcin Juszkiewicz
  0 siblings, 2 replies; 3+ messages in thread
From: Koen Kooi @ 2009-07-22 12:46 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi

From: Koen Kooi <koen@openembedded.org>


Signed-off-by: Koen Kooi <koen@openembedded.org>
---
 recipes/dhcp/dhcp_3.0.2.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/dhcp/dhcp_3.0.2.bb b/recipes/dhcp/dhcp_3.0.2.bb
index faf22b2..2ce8083 100644
--- a/recipes/dhcp/dhcp_3.0.2.bb
+++ b/recipes/dhcp/dhcp_3.0.2.bb
@@ -2,7 +2,7 @@ SECTION = "console/network"
 DESCRIPTION = "Internet Software Consortium DHCP package"
 HOMEPAGE = "http://www.isc.org/"
 LICENSE = "BSD"
-PR = "r8"
+PR = "r9"
 SRC_URI = "ftp://ftp.isc.org/isc/dhcp/dhcp-3.0-history/dhcp-${PV}.tar.gz \
 	   file://noattrmode.patch;patch=1 \
 	   file://fixincludes.patch;patch=1 \
@@ -19,6 +19,8 @@ INITSCRIPT_PACKAGES = "dhcp-server"
 INITSCRIPT_NAME_dhcp-server = dhcp-server
 INITSCRIPT_PARAMS_dhcp-server = "start 30 2 3 4 5 . stop 30 0 1 6 ."
 
+TARGET_CC_ARCH += "${LDFLAGS}"
+
 do_configure() {
 	./configure
 }
-- 
1.6.1




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

end of thread, other threads:[~2009-07-23 11:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-22 12:46 [STABLE][PATCH] dhcp 3.0.2: fix QA error Koen Kooi
2009-07-22 12:50 ` Philip Balister
2009-07-23 11:29 ` Marcin Juszkiewicz

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.