Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 589796
Collapse All | Expand All

(-)a/sys-fs/eudev/eudev-3.2.ebuild (-4 / +3 lines)
Lines 108-126 multilib_src_configure() { Link Here
108
		DBUS_LIBS=' '
108
		DBUS_LIBS=' '
109
		--with-rootprefix=
109
		--with-rootprefix=
110
		--with-rootrundir=/run
110
		--with-rootrundir=/run
111
		--libdir=/usr/$(get_libdir)
111
		--libdir="${EPREFIX}"/usr/$(get_libdir)
112
		--with-rootlibexecdir=/lib/udev
112
		--with-rootlibexecdir="${EPREFIX}"/lib/udev
113
		--enable-split-usr
113
		--enable-split-usr
114
		--enable-manpages
114
		--enable-manpages
115
		--disable-hwdb
115
		--disable-hwdb
116
		--exec-prefix=/
117
	)
116
	)
118
117
119
	# Only build libudev for non-native_abi, and only install it to libdir,
118
	# Only build libudev for non-native_abi, and only install it to libdir,
120
	# that means all options only apply to native_abi
119
	# that means all options only apply to native_abi
121
	if multilib_is_native_abi; then
120
	if multilib_is_native_abi; then
122
		econf_args+=(
121
		econf_args+=(
123
			--with-rootlibdir=/$(get_libdir)
122
			--with-rootlibdir="${EPREFIX}"/$(get_libdir)
124
			$(use_enable introspection)
123
			$(use_enable introspection)
125
			$(use_enable kmod)
124
			$(use_enable kmod)
126
			$(use_enable static-libs static)
125
			$(use_enable static-libs static)

Return to bug 589796