summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/xinetd/xinetd_2.3.15.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-extended/xinetd/xinetd_2.3.15.bb b/meta/recipes-extended/xinetd/xinetd_2.3.15.bb
index 3bde512fc4..87ea2b1b05 100644
--- a/meta/recipes-extended/xinetd/xinetd_2.3.15.bb
+++ b/meta/recipes-extended/xinetd/xinetd_2.3.15.bb
@@ -7,7 +7,7 @@ LICENSE = "BSD"
7LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=8ad8615198542444f84d28a6cf226dd8" 7LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=8ad8615198542444f84d28a6cf226dd8"
8 8
9DEPENDS = "" 9DEPENDS = ""
10PR = "r1" 10PR = "r2"
11 11
12SRC_URI = "http://www.xinetd.org/xinetd-${PV}.tar.gz \ 12SRC_URI = "http://www.xinetd.org/xinetd-${PV}.tar.gz \
13 file://xinetd.init \ 13 file://xinetd.init \
@@ -28,6 +28,9 @@ INITSCRIPT_PARAMS = "defaults"
28 28
29EXTRA_OECONF="--disable-nls" 29EXTRA_OECONF="--disable-nls"
30 30
31PACKAGECONFIG ??= "tcp-wrappers"
32PACKAGECONFIG[tcp-wrappers] = "--with-libwrap,,tcp-wrappers"
33
31do_configure() { 34do_configure() {
32 # Looks like configure.in is broken, so we are skipping 35 # Looks like configure.in is broken, so we are skipping
33 # rebuilding configure and are just using the shipped one 36 # rebuilding configure and are just using the shipped one