summaryrefslogtreecommitdiffstats
path: root/recipes/dhcp/dhcp_3.0.2.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-07-22 14:39:06 +0200
committerKoen Kooi <koen@openembedded.org>2009-07-22 14:39:06 +0200
commit517bcd18c8250cd890e8fd5ba7bfe426b00e86ae (patch)
tree768b5ab6ef53669e1fc5dad7a3d3f0a2921fdf35 /recipes/dhcp/dhcp_3.0.2.bb
parent755f936dbbe787a7751b772a3f982f66724efae8 (diff)
downloadopenembedded-517bcd18c8250cd890e8fd5ba7bfe426b00e86ae.tar.gz
dhcp 3.0.2: fix QA error
Diffstat (limited to 'recipes/dhcp/dhcp_3.0.2.bb')
-rw-r--r--recipes/dhcp/dhcp_3.0.2.bb4
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 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
}