diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-08-31 19:41:23 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-12 22:48:38 +0100 |
commit | f03b36b199b8c6259eb4ceb5b8b0717ca753c257 (patch) | |
tree | 44fc2b5de9a7568a5ca186bc8e19914bbe3dc787 /meta/recipes-extended | |
parent | 0a671288e61724994d6e115e9b169490ff2807bb (diff) | |
download | poky-f03b36b199b8c6259eb4ceb5b8b0717ca753c257.tar.gz |
man: Use -DSYSV when builing for linux
We needed this define but were getting away since glibc indirectly
included fcntl.h but man sources clearly guard inclusion of fcntl.h with
SYSV, this is uncovered with musl
(From OE-Core rev: 34682843d0e2b645d33900ee425428a01e3f2ddc)
Signed-off-by: Khem Raj <raj.khem@gmail.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')
-rw-r--r-- | meta/recipes-extended/man/man_1.6g.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/man/man_1.6g.bb b/meta/recipes-extended/man/man_1.6g.bb index 6a4c734051..fa4736b298 100644 --- a/meta/recipes-extended/man/man_1.6g.bb +++ b/meta/recipes-extended/man/man_1.6g.bb | |||
@@ -58,6 +58,8 @@ SRC_URI = "http://pkgs.fedoraproject.org/lookaside/pkgs/man2html/${BP}.tar.gz/ba | |||
58 | SRC_URI[md5sum] = "ba154d5796928b841c9c69f0ae376660" | 58 | SRC_URI[md5sum] = "ba154d5796928b841c9c69f0ae376660" |
59 | SRC_URI[sha256sum] = "ccdcb8c3f4e0080923d7e818f0e4a202db26c46415eaef361387c20995b8959f" | 59 | SRC_URI[sha256sum] = "ccdcb8c3f4e0080923d7e818f0e4a202db26c46415eaef361387c20995b8959f" |
60 | 60 | ||
61 | CFLAGS += "-DSYSV" | ||
62 | |||
61 | do_configure () { | 63 | do_configure () { |
62 | ${S}/configure -default -confdir /etc +sgid +fhs +lang all | 64 | ${S}/configure -default -confdir /etc +sgid +fhs +lang all |
63 | } | 65 | } |