Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/lighttpd/
Date: Wed, 02 Mar 2022 03:04:20
Message-Id: 1646190243.ae75cbe698b256581e0233fb99b77ea359557be2.sam@gentoo
1 commit: ae75cbe698b256581e0233fb99b77ea359557be2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 2 03:03:50 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 2 03:04:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae75cbe6
7
8 www-servers/lighttpd: fix build on musl
9
10 Closes: https://bugs.gentoo.org/833029
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 www-servers/lighttpd/lighttpd-1.4.64.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/www-servers/lighttpd/lighttpd-1.4.64.ebuild b/www-servers/lighttpd/lighttpd-1.4.64.ebuild
17 index 567635bdc540..2ef0817105ed 100644
18 --- a/www-servers/lighttpd/lighttpd-1.4.64.ebuild
19 +++ b/www-servers/lighttpd/lighttpd-1.4.64.ebuild
20 @@ -65,7 +65,8 @@ BDEPEND="
21 virtual/perl-Test-Harness
22 )"
23
24 -DEPEND="${COMMON_DEPEND}"
25 +DEPEND="${COMMON_DEPEND}
26 + elibc_musl? ( sys-libs/queue-standalone )"
27
28 RDEPEND="${COMMON_DEPEND}
29 selinux? ( sec-policy/selinux-apache )