Skip to content

Commit

Permalink
sys-fs/eudev: fix bug #666892, comment gentoo#10
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony G. Basile <[email protected]>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
  • Loading branch information
blueness committed Dec 1, 2018
1 parent 1ef6e23 commit f613b48
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,14 @@ multilib_src_configure() {
DBUS_LIBS=' '
--with-rootprefix=
--with-rootrundir=/run
--exec-prefix="${EPREFIX}"
--bindir="${EPREFIX}"/bin
--includedir="${EPREFIX}"/usr/include
--libdir="${EPREFIX}"/usr/$(get_libdir)
--with-rootlibexecdir="${EPREFIX}"/lib/udev
--enable-split-usr
--enable-manpages
--disable-hwdb
--exec-prefix="${EPREFIX}"
)

# Only build libudev for non-native_abi, and only install it to libdir,
Expand Down
6 changes: 4 additions & 2 deletions sys-fs/eudev/eudev-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="6"
Expand Down Expand Up @@ -102,12 +102,14 @@ multilib_src_configure() {
DBUS_LIBS=' '
--with-rootprefix=
--with-rootrundir=/run
--exec-prefix="${EPREFIX}"
--bindir="${EPREFIX}"/bin
--includedir="${EPREFIX}"/usr/include
--libdir="${EPREFIX}"/usr/$(get_libdir)
--with-rootlibexecdir="${EPREFIX}"/lib/udev
--enable-split-usr
--enable-manpages
--disable-hwdb
--exec-prefix="${EPREFIX}"
)

# Only build libudev for non-native_abi, and only install it to libdir,
Expand Down

0 comments on commit f613b48

Please sign in to comment.