From: Koen Kooi Date: Wed, 22 Jul 2009 12:39:06 +0000 (+0200) Subject: dhcp 3.0.2: fix QA error X-Git-Tag: Release-2010-05/1~2905 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=517bcd18c8250cd890e8fd5ba7bfe426b00e86ae;p=openembedded.git dhcp 3.0.2: fix QA error --- diff --git a/recipes/dhcp/dhcp_3.0.2.bb b/recipes/dhcp/dhcp_3.0.2.bb index faf22b29cf..2ce808343f 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 }