summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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