summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb
diff options
context:
space:
mode:
authorOleksiy Obitotskyy <oobitots@cisco.com>2018-03-23 07:40:58 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-28 11:56:06 +0100
commit01590c04e875968a7137a67d1683c503a6bad396 (patch)
treec501297c65a620fe71d8a470bb4fee229323d11f /meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb
parent7425d03729507ac5aff3c75ba20e749beaf3a3d5 (diff)
downloadopenembedded-core-contrib-01590c04e875968a7137a67d1683c503a6bad396.tar.gz
tcp-wrappers: Fix build with clang
Fix non-void function 'fix_options' should return a value. Add function prototype to tcpd.c and miscd.c. Signed-off-by: Oleksiy Obitotskyy <oobitots@cisco.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
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.bb1
1 files changed, 1 insertions, 0 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 1effef149b..3ece8c3012 100644
--- a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb
+++ b/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb
@@ -45,6 +45,7 @@ SRC_URI = "ftp://ftp.porcupine.org/pub/security/tcp_wrappers_${PV}.tar.gz \
file://safe_finger.8 \
file://makefile-fix-parallel.patch \
file://musl-decls.patch \
+ file://0001-Fix-build-with-clang.patch \
"
SRC_URI[md5sum] = "e6fa25f71226d090f34de3f6b122fb5a"