diff options
author | Sam James <sam@gentoo.org> | 2022-03-02 03:03:50 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-02 03:04:03 +0000 |
commit | ae75cbe698b256581e0233fb99b77ea359557be2 (patch) | |
tree | a83629f4a4b52ad104ad64fa0a5e83868740d694 /www-servers | |
parent | games-strategy/warzone2100: add 4.2.6 (diff) | |
download | gentoo-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.ebuild | 3 |
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 ) |