Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/e2fsprogs/
Date: Sun, 31 Oct 2021 01:34:11
Message-Id: 1635644021.e1645d02e29cec605a91fd91b63543502e7599ac.sam@gentoo
1 commit: e1645d02e29cec605a91fd91b63543502e7599ac
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 31 01:33:41 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 01:33:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1645d02
7
8 sys-fs/e2fsprogs: include dilfridge@'s changes to merged e2fsprogs-libs
9
10 From his overlay at https://gitweb.gentoo.org/dev/dilfridge.git/plain/sys-fs/e2fsprogs/e2fsprogs-1.46.3-r100.ebuild?id=8551292e0a0f847ab7072ffab9626a3003dca1ab.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 sys-fs/e2fsprogs/e2fsprogs-1.46.4-r50.ebuild | 13 ++++++-------
15 1 file changed, 6 insertions(+), 7 deletions(-)
16
17 diff --git a/sys-fs/e2fsprogs/e2fsprogs-1.46.4-r50.ebuild b/sys-fs/e2fsprogs/e2fsprogs-1.46.4-r50.ebuild
18 index 6eb62630726..d646b58c2e6 100644
19 --- a/sys-fs/e2fsprogs/e2fsprogs-1.46.4-r50.ebuild
20 +++ b/sys-fs/e2fsprogs/e2fsprogs-1.46.4-r50.ebuild
21 @@ -80,8 +80,6 @@ multilib_src_configure() {
22 $(tc-has-tls || echo --disable-tls)
23 $(multilib_native_use_enable fuse fuse2fs)
24 $(use_enable nls)
25 - --disable-libblkid
26 - --disable-libuuid
27 $(multilib_native_use_enable tools e2initrd-helper)
28 --disable-fsck
29 --disable-uuidd
30 @@ -92,14 +90,15 @@ multilib_src_configure() {
31 # we use blkid/uuid from util-linux now
32 if use kernel_linux ; then
33 export ac_cv_lib_{uuid_uuid_generate,blkid_blkid_get_cache}=yes
34 + myeconfargs+=( --disable-lib{blkid,uuid} )
35 fi
36
37 ac_cv_path_LDCONFIG=: \
38 - ECONF_SOURCE="${S}" \
39 - CC="$(tc-getCC)" \
40 - BUILD_CC="$(tc-getBUILD_CC)" \
41 - BUILD_LD="$(tc-getBUILD_LD)" \
42 - econf "${myeconfargs[@]}"
43 + ECONF_SOURCE="${S}" \
44 + CC="$(tc-getCC)" \
45 + BUILD_CC="$(tc-getBUILD_CC)" \
46 + BUILD_LD="$(tc-getBUILD_LD)" \
47 + econf "${myeconfargs[@]}"
48
49 if [[ ${CHOST} != *-uclibc ]] && grep -qs 'USE_INCLUDED_LIBINTL.*yes' config.{log,status} ; then
50 eerror "INTL sanity check failed, aborting build."