[net-nds/389-ds-base] add crypt import patch from upstream and libcrypt dep

This commit is contained in:
2021-07-27 18:36:17 +02:00
parent 7fa976e904
commit 9b5ee513ad
2 changed files with 120 additions and 0 deletions

View File

@@ -129,6 +129,7 @@ DEPEND="
')
)
systemd? ( >=sys-apps/systemd-244 )
virtual/libcrypt:=
"
BDEPEND=">=sys-devel/autoconf-2.69-r5
@@ -171,6 +172,7 @@ RDEPEND="${DEPEND}
S="${WORKDIR}/${PN}-${P}"
PATCHES=(
"${FILESDIR}/${P}-crypt-import.patch"
"${FILESDIR}/${PN}-db-gentoo.patch"
)