summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth/pam_mount/pam_mount-0.18.ebuild')
-rw-r--r--sys-auth/pam_mount/pam_mount-0.18.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-auth/pam_mount/pam_mount-0.18.ebuild b/sys-auth/pam_mount/pam_mount-0.18.ebuild
index b0db9a282..17b4bf5a1 100644
--- a/sys-auth/pam_mount/pam_mount-0.18.ebuild
+++ b/sys-auth/pam_mount/pam_mount-0.18.ebuild
@@ -30,12 +30,11 @@ src_unpack() {
# locations, in scripts/(u)mount.crypt and adds gentoo specific
# comments to pam_mount.conf
epatch "${FILESDIR}/${PN}-gentoo-paths-and-examples.patch"
+
+ eautoreconf
}
src_compile() {
- # fixes the sanity check failure
- _elibtoolize --copy --force
-
econf \
--libdir=/$(get_libdir) \
--with-pam-dir=$(getpam_mod_dir) || die "econf failed"