summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/xinetd/xinetd_2.3.15.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-extended/xinetd/xinetd_2.3.15.bb b/meta/recipes-extended/xinetd/xinetd_2.3.15.bb
index 1beb5456e1..6e43f5be6f 100644
--- a/meta/recipes-extended/xinetd/xinetd_2.3.15.bb
+++ b/meta/recipes-extended/xinetd/xinetd_2.3.15.bb
@@ -6,8 +6,7 @@ HOMEPAGE = "https://github.com/xinetd-org/xinetd"
6LICENSE = "BSD" 6LICENSE = "BSD"
7LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=8ad8615198542444f84d28a6cf226dd8" 7LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=8ad8615198542444f84d28a6cf226dd8"
8 8
9DEPENDS = "" 9DEPENDS += "libtirpc"
10DEPENDS_append_libc-musl = " libtirpc "
11PR = "r2" 10PR = "r2"
12 11
13# Blacklist a bogus tag in upstream check 12# Blacklist a bogus tag in upstream check
@@ -42,8 +41,8 @@ EXTRA_OECONF="--disable-nls"
42PACKAGECONFIG ??= "tcp-wrappers" 41PACKAGECONFIG ??= "tcp-wrappers"
43PACKAGECONFIG[tcp-wrappers] = "--with-libwrap,,tcp-wrappers" 42PACKAGECONFIG[tcp-wrappers] = "--with-libwrap,,tcp-wrappers"
44 43
45CFLAGS_append_libc-musl = " -I${STAGING_INCDIR}/tirpc " 44CFLAGS += "-I${STAGING_INCDIR}/tirpc"
46LDFLAGS_append_libc-musl = " -ltirpc " 45LDFLAGS += "-ltirpc"
47 46
48do_configure() { 47do_configure() {
49 # Looks like configure.in is broken, so we are skipping 48 # Looks like configure.in is broken, so we are skipping