commit:     654a6903b97db8cb0d07689e62eefc933942a159
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 16:01:00 2017 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 16:22:36 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=654a6903

www-misc/fcgiwrap: Check for libsystemd, not libsystemd-daemon

Bug: https://bugs.gentoo.org/589092

 www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild 
b/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild
index d7bf8afae19..a84805d905e 100644
--- a/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild
+++ b/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild
@@ -37,6 +37,9 @@ src_prepare() {
 
        sed -e '/man8dir = $(DESTDIR)/s/@prefix@//' \
                -i Makefile.in || die "sed failed"
+
+       sed -e "s/libsystemd-daemon/libsystemd/" \
+               -i configure.ac || die "sed failed"
        tc-export CC
 
        # Fix systemd units for Gentoo

Reply via email to