summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2022-02-18 14:53:06 +0100
committerFlorian Schmaus <flow@gentoo.org>2022-02-18 14:53:06 +0100
commit3a1a92cb8ea2350780b90f0893cf7c54088d5da8 (patch)
tree33d13b6bc975fc4e394d488f5e7f95cbd2faf559 /net-nds
parentapp-shells/zsh: Security cleanup (diff)
downloadgentoo-3a1a92cb8ea2350780b90f0893cf7c54088d5da8.tar.gz
gentoo-3a1a92cb8ea2350780b90f0893cf7c54088d5da8.tar.bz2
gentoo-3a1a92cb8ea2350780b90f0893cf7c54088d5da8.zip
net-nds/389-ds-base: remove obsolete sed, add link to issue
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/389-ds-base/389-ds-base-1.4.4.19.ebuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/net-nds/389-ds-base/389-ds-base-1.4.4.19.ebuild b/net-nds/389-ds-base/389-ds-base-1.4.4.19.ebuild
index d3cc9462726e..8fd535c4281d 100644
--- a/net-nds/389-ds-base/389-ds-base-1.4.4.19.ebuild
+++ b/net-nds/389-ds-base/389-ds-base-1.4.4.19.ebuild
@@ -209,18 +209,13 @@ PATCHES=(
distutils_enable_tests pytest
src_prepare() {
- # this is for upstream GitHub issue 4292
+ # https://github.com/389ds/389-ds-base/issues/4292
if use !systemd; then
sed -i \
-e 's|WITH_SYSTEMD = 1|WITH_SYSTEMD = 0|' \
Makefile.am || die
fi
- # GH issue 4092
- sed -i \
- -e 's|@localstatedir@/run|/run|' \
- ldap/admin/src/defaults.inf.in || die
-
default
eautoreconf