diff options
author | Oleksiy Obitotskyy <oobitots@cisco.com> | 2018-03-23 07:40:58 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-28 12:09:51 +0100 |
commit | e9f8571df41ba174ec6033f8560a45bef0c9d749 (patch) | |
tree | cc855cdc806ffb650be319b123d30dc0ab73b828 /meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb | |
parent | 42716486fad22c14aedcc293a0345e58f658c1f1 (diff) | |
download | poky-e9f8571df41ba174ec6033f8560a45bef0c9d749.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.
(From OE-Core rev: 01590c04e875968a7137a67d1683c503a6bad396)
Signed-off-by: Oleksiy Obitotskyy <oobitots@cisco.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 | 1 |
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 \ | |||
45 | file://safe_finger.8 \ | 45 | file://safe_finger.8 \ |
46 | file://makefile-fix-parallel.patch \ | 46 | file://makefile-fix-parallel.patch \ |
47 | file://musl-decls.patch \ | 47 | file://musl-decls.patch \ |
48 | file://0001-Fix-build-with-clang.patch \ | ||
48 | " | 49 | " |
49 | 50 | ||
50 | SRC_URI[md5sum] = "e6fa25f71226d090f34de3f6b122fb5a" | 51 | SRC_URI[md5sum] = "e6fa25f71226d090f34de3f6b122fb5a" |