Update live ebuild

This commit is contained in:
Mario Fetka
2024-04-15 12:53:08 +02:00
parent a14b80a8cf
commit 2a82a5c46e
12 changed files with 19 additions and 18 deletions

View File

@@ -59,6 +59,8 @@ PATCHES=(
"${FILESDIR}"/${P}-makefile-fix-soname-link.patch
#"${FILESDIR}"/${P}-gcc10.patch
"${FILESDIR}"/${P}-usr-merge.patch
)
DOCS=( FAQ README )
@@ -74,6 +76,7 @@ src_prepare() {
src_configure() {
# PHP integration no longer supported in Gentoo, per Bug #582516.
econf \
--prefix="${EPREFIX}/usr" \
$(use_enable nls) \
$(use_enable pam pam "$(getpam_mod_dir)") \
--disable-php \
@@ -81,7 +84,7 @@ src_configure() {
}
src_install() {
dodir $(getpam_mod_dir) /usr/sbin /sbin
dodir $(getpam_mod_dir) /usr/sbin
# Install main software and headers.
emake DESTDIR="${D}" install