summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/ntfs3g/ntfs3g-2017.3.23-r2.ebuild')
-rw-r--r--sys-fs/ntfs3g/ntfs3g-2017.3.23-r2.ebuild5
1 files changed, 3 insertions, 2 deletions
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 \