Skip to content

Commit

Permalink
sys-fs/eudev: Prefix support.
Browse files Browse the repository at this point in the history
Bug: 589796
  • Loading branch information
heroxbd committed Aug 1, 2016
1 parent 18a3a82 commit c42c9b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sys-fs/eudev/eudev-3.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -108,19 +108,19 @@ multilib_src_configure() {
DBUS_LIBS=' '
--with-rootprefix=
--with-rootrundir=/run
--libdir=/usr/$(get_libdir)
--with-rootlibexecdir=/lib/udev
--libdir="${EPREFIX}"/usr/$(get_libdir)
--with-rootlibexecdir="${EPREFIX}"/lib/udev
--enable-split-usr
--enable-manpages
--disable-hwdb
--exec-prefix=/
--exec-prefix="${EPREFIX}"
)

# Only build libudev for non-native_abi, and only install it to libdir,
# that means all options only apply to native_abi
if multilib_is_native_abi; then
econf_args+=(
--with-rootlibdir=/$(get_libdir)
--with-rootlibdir="${EPREFIX}"/$(get_libdir)
$(use_enable introspection)
$(use_enable kmod)
$(use_enable static-libs static)
Expand Down

0 comments on commit c42c9b0

Please sign in to comment.