ottxor      14/08/05 14:27:40

  Modified:             util-linux-2.24.2.ebuild ChangeLog
  Log:
  added prefix support (bug #518898)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  Changes    Path
1.6                  sys-apps/util-linux/util-linux-2.24.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.24.2.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.24.2.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.24.2.ebuild?r1=1.5&r2=1.6

Index: util-linux-2.24.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.24.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- util-linux-2.24.2.ebuild    31 Jul 2014 20:56:53 -0000      1.5
+++ util-linux-2.24.2.ebuild    5 Aug 2014 14:27:40 -0000       1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 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.24.2.ebuild,v 1.5 
2014/07/31 20:56:53 ottxor Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.24.2.ebuild,v 1.6 
2014/08/05 14:27:40 ottxor Exp $
 
 EAPI="4"
 
@@ -88,10 +88,14 @@
 multilib_src_configure() {
        lfs_fallocate_test
        export ac_cv_header_security_pam_misc_h=$(multilib_native_usex pam) 
#485486
+       # 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
        ECONF_SOURCE=${S} \
        econf \
                --docdir="${EPREFIX}/usr/share/doc/${PF}" \
-               --enable-fs-paths-extra=/usr/sbin:/bin:/usr/bin \
+               
--enable-fs-paths-extra="${EPREFIX}/usr/sbin:${EPREFIX}/bin:${EPREFIX}/usr/bin" 
\
+               --libdir='${prefix}/'"$(get_libdir)" \
                $(multilib_native_use_enable nls) \
                --enable-agetty \
                --with-bashcompletiondir="$(get_bashcompdir)" \



1.480                sys-apps/util-linux/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?rev=1.480&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?rev=1.480&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?r1=1.479&r2=1.480

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v
retrieving revision 1.479
retrieving revision 1.480
diff -u -r1.479 -r1.480
--- ChangeLog   1 Aug 2014 10:22:46 -0000       1.479
+++ ChangeLog   5 Aug 2014 14:27:40 -0000       1.480
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/util-linux
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.479 
2014/08/01 10:22:46 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.480 
2014/08/05 14:27:40 ottxor Exp $
+
+  05 Aug 2014; Christoph Junghans <[email protected]> util-linux-2.24.2.ebuild:
+  added prefix support (bug #518898)
 
   01 Aug 2014; Mike Frysinger <[email protected]> util-linux-2.24.1-r3.ebuild:
   Mark arm64/hppa/m68k/s390/sh stable.




Reply via email to