diff options
Diffstat (limited to 'meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb')
-rw-r--r-- | meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb b/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb index 3ece8c3012..0f50674653 100644 --- a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb +++ b/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb | |||
@@ -8,6 +8,7 @@ LICENSE = "BSD" | |||
8 | LIC_FILES_CHKSUM = "file://DISCLAIMER;md5=071bd69cb78b18888ea5e3da5c3127fa" | 8 | LIC_FILES_CHKSUM = "file://DISCLAIMER;md5=071bd69cb78b18888ea5e3da5c3127fa" |
9 | PR ="r10" | 9 | PR ="r10" |
10 | 10 | ||
11 | DEPENDS += "libnsl2" | ||
11 | 12 | ||
12 | PACKAGES = "${PN}-dbg libwrap libwrap-doc libwrap-dev libwrap-staticdev ${PN} ${PN}-doc" | 13 | PACKAGES = "${PN}-dbg libwrap libwrap-doc libwrap-dev libwrap-staticdev ${PN} ${PN}-doc" |
13 | FILES_libwrap = "${base_libdir}/lib*${SOLIBS}" | 14 | FILES_libwrap = "${base_libdir}/lib*${SOLIBS}" |
@@ -67,7 +68,6 @@ EXTRA_OEMAKE = "'CC=${CC}' \ | |||
67 | 'KILL_OPT=-DKILL_IP_OPTIONS' \ | 68 | 'KILL_OPT=-DKILL_IP_OPTIONS' \ |
68 | 'UMASK=-DDAEMON_UMASK=022' \ | 69 | 'UMASK=-DDAEMON_UMASK=022' \ |
69 | 'NETGROUP=${EXTRA_OEMAKE_NETGROUP}' \ | 70 | 'NETGROUP=${EXTRA_OEMAKE_NETGROUP}' \ |
70 | 'LIBS=-lnsl' \ | ||
71 | 'ARFLAGS=rv' \ | 71 | 'ARFLAGS=rv' \ |
72 | 'AUX_OBJ=weak_symbols.o' \ | 72 | 'AUX_OBJ=weak_symbols.o' \ |
73 | 'TLI=' \ | 73 | 'TLI=' \ |