summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2019-10-08 00:03:43 -0600
committerTim Harder <radhermit@gentoo.org>2019-10-08 08:39:54 -0600
commitd600e9d12217789119c3248eea6ae52bc184eb40 (patch)
tree8fdbad672a722b8d7870a00a868d3667b43e71b5 /sys-fs
parentmedia-libs/exiftool: remove old (diff)
downloadgentoo-d600e9d12217789119c3248eea6ae52bc184eb40.tar.gz
gentoo-d600e9d12217789119c3248eea6ae52bc184eb40.tar.bz2
gentoo-d600e9d12217789119c3248eea6ae52bc184eb40.zip
sys-fs/rar2fs: fix crossdev/prefix builds
Closes: https://bugs.gentoo.org/694994 Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/rar2fs/rar2fs-1.27.2-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/rar2fs/rar2fs-1.27.2-r1.ebuild b/sys-fs/rar2fs/rar2fs-1.27.2-r1.ebuild
index 3860f0c11dbf..d7d5e5f041b8 100644
--- a/sys-fs/rar2fs/rar2fs-1.27.2-r1.ebuild
+++ b/sys-fs/rar2fs/rar2fs-1.27.2-r1.ebuild
@@ -23,7 +23,7 @@ src_configure() {
export USER_CFLAGS="${CFLAGS}"
econf \
- --with-unrar=/usr/include/libunrar \
+ --with-unrar="${ESYSROOT}"/usr/include/libunrar \
--disable-static-unrar \
$(use_enable debug)
}