Update live ebuild
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user