Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/fcgiwrap/
Date: Sun, 18 Jun 2017 16:23:05
Message-Id: 1497802956.654a6903b97db8cb0d07689e62eefc933942a159.mattst88@gentoo
1 commit: 654a6903b97db8cb0d07689e62eefc933942a159
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 18 16:01:00 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 18 16:22:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=654a6903
7
8 www-misc/fcgiwrap: Check for libsystemd, not libsystemd-daemon
9
10 Bug: https://bugs.gentoo.org/589092
11
12 www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild | 3 +++
13 1 file changed, 3 insertions(+)
14
15 diff --git a/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild b/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild
16 index d7bf8afae19..a84805d905e 100644
17 --- a/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild
18 +++ b/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild
19 @@ -37,6 +37,9 @@ src_prepare() {
20
21 sed -e '/man8dir = $(DESTDIR)/s/@prefix@//' \
22 -i Makefile.in || die "sed failed"
23 +
24 + sed -e "s/libsystemd-daemon/libsystemd/" \
25 + -i configure.ac || die "sed failed"
26 tc-export CC
27
28 # Fix systemd units for Gentoo