diff options
author | David Seifert <soap@gentoo.org> | 2020-02-23 15:16:51 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-23 15:16:51 +0100 |
commit | 24d75f9c5369eceacf7fd61ea241f21934545d6b (patch) | |
tree | ea5b16eaaab0d23116edc87a96d9166545e81fc2 /sys-fs | |
parent | net-mail/mailutils: Fix building with GCC 10 (diff) | |
download | gentoo-24d75f9c5369eceacf7fd61ea241f21934545d6b.tar.gz gentoo-24d75f9c5369eceacf7fd61ea241f21934545d6b.tar.bz2 gentoo-24d75f9c5369eceacf7fd61ea241f21934545d6b.zip |
*/*: [QA] Remove redundant --docdir/--htmldir
Closes: https://github.com/gentoo/gentoo/pull/14742
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-2016.2.22-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-2017.3.23-r1.ebuild | 5 | ||||
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-2017.3.23-r2.ebuild | 5 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-fs/ntfs3g/ntfs3g-2016.2.22-r2.ebuild b/sys-fs/ntfs3g/ntfs3g-2016.2.22-r2.ebuild index fbc0aa7cfe47..6d2c789ca34d 100644 --- a/sys-fs/ntfs3g/ntfs3g-2016.2.22-r2.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-2016.2.22-r2.ebuild @@ -65,8 +65,10 @@ src_prepare() { src_configure() { tc-ld-disable-gold + # passing --exec-prefix is needed as the build system is trying to be clever + # and install itself into / instead of /usr in order to be compatible with + # separate-/usr setups (which we don't support without an initrd). econf \ - --prefix="${EPREFIX}"/usr \ --exec-prefix="${EPREFIX}"/usr \ --docdir="${EPREFIX}"/usr/share/doc/${PF} \ $(use_enable debug) \ diff --git a/sys-fs/ntfs3g/ntfs3g-2017.3.23-r1.ebuild b/sys-fs/ntfs3g/ntfs3g-2017.3.23-r1.ebuild index 41b17fedcc79..d73ec1687769 100644 --- a/sys-fs/ntfs3g/ntfs3g-2017.3.23-r1.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-2017.3.23-r1.ebuild @@ -63,10 +63,11 @@ src_prepare() { src_configure() { tc-ld-disable-gold + # passing --exec-prefix is needed as the build system is trying to be clever + # and install itself into / instead of /usr in order to be compatible with + # separate-/usr setups (which we don't support without an initrd). econf \ - --prefix="${EPREFIX}"/usr \ --exec-prefix="${EPREFIX}"/usr \ - --docdir="${EPREFIX}"/usr/share/doc/${PF} \ $(use_enable debug) \ --enable-ldscript \ --disable-ldconfig \ diff --git a/sys-fs/ntfs3g/ntfs3g-2017.3.23-r2.ebuild b/sys-fs/ntfs3g/ntfs3g-2017.3.23-r2.ebuild index efe3fcc71a73..83370cc11235 100644 --- a/sys-fs/ntfs3g/ntfs3g-2017.3.23-r2.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-2017.3.23-r2.ebuild @@ -71,10 +71,11 @@ src_configure() { # disable hd library until we have the right library in the tree and # don't links to hwinfo one causing issues like bug #602360 tc-ld-disable-gold + # passing --exec-prefix is needed as the build system is trying to be clever + # and install itself into / instead of /usr in order to be compatible with + # separate-/usr setups (which we don't support without an initrd). econf \ - --prefix="${EPREFIX}"/usr \ --exec-prefix="${EPREFIX}"/usr \ - --docdir="${EPREFIX}"/usr/share/doc/${PF} \ $(use_enable debug) \ --enable-ldscript \ --disable-ldconfig \ |