diff options
author | 2015-04-03 01:33:32 +0000 | |
---|---|---|
committer | 2015-04-03 01:33:32 +0000 | |
commit | 5971249cf1f7f383ca8425b0f62e92791058cecb (patch) | |
tree | e1ef5840067bd3352fb88e52d0d86e7e40a0ba88 /sys-apps | |
parent | Fixed manifest after release respin. Fixes #545264 (diff) | |
download | gentoo-2-5971249cf1f7f383ca8425b0f62e92791058cecb.tar.gz gentoo-2-5971249cf1f7f383ca8425b0f62e92791058cecb.tar.bz2 gentoo-2-5971249cf1f7f383ca8425b0f62e92791058cecb.zip |
Fix another pam header check for USE=-pam builds #545042 by nzqr.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/util-linux/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/util-linux/util-linux-2.26.1-r1.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/util-linux/util-linux-9999.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/sys-apps/util-linux/ChangeLog b/sys-apps/util-linux/ChangeLog index 2f95460e9896..4bf6b0e6b3f3 100644 --- a/sys-apps/util-linux/ChangeLog +++ b/sys-apps/util-linux/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/util-linux # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.497 2015/03/28 14:43:22 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.498 2015/04/03 01:33:32 vapier Exp $ + + 03 Apr 2015; Mike Frysinger <vapier@gentoo.org> util-linux-2.26.1-r1.ebuild, + util-linux-9999.ebuild: + Fix another pam header check for USE=-pam builds #545042 by nzqr. 28 Mar 2015; Mikle Kolyada <zlogene@gentoo.org> util-linux-2.25.2-r2.ebuild: x86 stable wrt bug #536906 diff --git a/sys-apps/util-linux/util-linux-2.26.1-r1.ebuild b/sys-apps/util-linux/util-linux-2.26.1-r1.ebuild index 246cbe93de3b..1fe65dc98602 100644 --- a/sys-apps/util-linux/util-linux-2.26.1-r1.ebuild +++ b/sys-apps/util-linux/util-linux-2.26.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.26.1-r1.ebuild,v 1.1 2015/03/21 09:37:17 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.26.1-r1.ebuild,v 1.2 2015/04/03 01:33:32 vapier Exp $ EAPI="5" @@ -85,6 +85,7 @@ lfs_fallocate_test() { multilib_src_configure() { lfs_fallocate_test export ac_cv_header_security_pam_misc_h=$(multilib_native_usex pam) #485486 + export ac_cv_header_security_pam_appl_h=$(multilib_native_usex pam) #545042 # We manually set --libdir to the default since on prefix, econf will set it to # a value which the configure script does not recognize. This makes it set the # usrlib_execdir to a bad value. bug #518898#c2, fixed upstream for >2.25 diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild index 5c7435494ae4..a744cdcae91a 100644 --- a/sys-apps/util-linux/util-linux-9999.ebuild +++ b/sys-apps/util-linux/util-linux-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild,v 1.62 2015/03/21 09:37:17 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild,v 1.63 2015/04/03 01:33:32 vapier Exp $ EAPI="5" @@ -85,6 +85,7 @@ lfs_fallocate_test() { multilib_src_configure() { lfs_fallocate_test export ac_cv_header_security_pam_misc_h=$(multilib_native_usex pam) #485486 + export ac_cv_header_security_pam_appl_h=$(multilib_native_usex pam) #545042 # We manually set --libdir to the default since on prefix, econf will set it to # a value which the configure script does not recognize. This makes it set the # usrlib_execdir to a bad value. bug #518898#c2, fixed upstream for >2.25 |