From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/monkeyd/
Date: Fri, 14 Aug 2015 00:59:54 +0000 (UTC) [thread overview]
Message-ID: <1439514179.66e00955bd8dd37e04c5d1c6febb50fe84b2c7e8.blueness@gentoo> (raw)
commit: 66e00955bd8dd37e04c5d1c6febb50fe84b2c7e8
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 00:45:05 2015 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 01:02:59 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66e00955
www-servers/monkeyd: fix build on uClibc
Package-Manager: portage-2.2.20.1
www-servers/monkeyd/monkeyd-1.6.0-r1.ebuild | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/www-servers/monkeyd/monkeyd-1.6.0-r1.ebuild b/www-servers/monkeyd/monkeyd-1.6.0-r1.ebuild
index e265962..d07b3b8 100644
--- a/www-servers/monkeyd/monkeyd-1.6.0-r1.ebuild
+++ b/www-servers/monkeyd/monkeyd-1.6.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI="5"
-inherit toolchain-funcs depend.php multilib
+inherit flag-o-matic toolchain-funcs multilib
MY_P="${PN/d}-${PV}"
DESCRIPTION="A small, fast, and scalable web server"
@@ -86,6 +86,13 @@ src_configure() {
myconf+=" --static-plugins=${enable_plugins%,}"
fi
+ # For O_CLOEXEC which is guarded by _GNU_SOURCE in uClibc,
+ # but shouldn't because it is POSIX. This needs to be fixed
+ # in uClibc. Also, we really should us append-cppflags but
+ # monkey's build system doesn't respect CPPFLAGS. This needs
+ # to be fixed in monkey.
+ use elibc_uclibc && append-cflags -D_GNU_SOURCE
+
# Non-autotools configure
./configure \
--pthread-tls \
next reply other threads:[~2015-08-14 1:00 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-14 0:59 Anthony G. Basile [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-01-01 20:08 [gentoo-commits] repo/gentoo:master commit in: www-servers/monkeyd/ David Seifert
2021-07-20 19:03 Conrad Kostecki
2021-02-15 9:03 Sam James
2021-02-15 0:32 Sam James
2021-02-14 10:36 David Seifert
2018-04-27 22:11 Anthony G. Basile
2016-10-22 13:08 Anthony G. Basile
2016-10-22 13:05 Anthony G. Basile
2016-07-18 17:13 Markus Meier
2016-07-14 7:27 Jeroen Roovers
2016-07-01 17:20 Anthony G. Basile
2016-06-12 19:53 Markus Meier
2016-06-05 8:34 Anthony G. Basile
2016-01-19 21:17 Anthony G. Basile
2016-01-11 15:21 Brian Evans
2016-01-01 8:05 Anthony G. Basile
2015-11-24 8:27 Anthony G. Basile
2015-11-24 8:24 Anthony G. Basile
2015-10-31 7:10 Anthony G. Basile
2015-10-28 8:05 Anthony G. Basile
2015-10-28 8:05 Anthony G. Basile
2015-10-27 11:33 Anthony G. Basile
2015-09-03 7:09 Anthony G. Basile
2015-09-03 7:09 Anthony G. Basile
2015-08-22 1:33 Anthony G. Basile
2015-08-20 13:42 Anthony G. Basile
2015-08-13 21:58 Anthony G. Basile
2015-08-10 19:10 Anthony G. Basile
2015-08-10 19:03 Anthony G. Basile
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1439514179.66e00955bd8dd37e04c5d1c6febb50fe84b2c7e8.blueness@gentoo \
--to=blueness@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox