summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-02 03:03:50 +0000
committerSam James <sam@gentoo.org>2022-03-02 03:04:03 +0000
commitae75cbe698b256581e0233fb99b77ea359557be2 (patch)
treea83629f4a4b52ad104ad64fa0a5e83868740d694 /www-servers
parentgames-strategy/warzone2100: add 4.2.6 (diff)
downloadgentoo-ae75cbe698b256581e0233fb99b77ea359557be2.tar.gz
gentoo-ae75cbe698b256581e0233fb99b77ea359557be2.tar.bz2
gentoo-ae75cbe698b256581e0233fb99b77ea359557be2.zip
www-servers/lighttpd: fix build on musl
Closes: https://bugs.gentoo.org/833029 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/lighttpd/lighttpd-1.4.64.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/www-servers/lighttpd/lighttpd-1.4.64.ebuild b/www-servers/lighttpd/lighttpd-1.4.64.ebuild
index 567635bdc540..2ef0817105ed 100644
--- a/www-servers/lighttpd/lighttpd-1.4.64.ebuild
+++ b/www-servers/lighttpd/lighttpd-1.4.64.ebuild
@@ -65,7 +65,8 @@ BDEPEND="
virtual/perl-Test-Harness
)"
-DEPEND="${COMMON_DEPEND}"
+DEPEND="${COMMON_DEPEND}
+ elibc_musl? ( sys-libs/queue-standalone )"
RDEPEND="${COMMON_DEPEND}
selinux? ( sec-policy/selinux-apache )