diff options
author | Jason Zaman <perfinion@gentoo.org> | 2017-02-23 16:34:25 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2017-02-23 19:14:32 +0800 |
commit | d13021a47e30ed41add715d045879051da6ae679 (patch) | |
tree | 10c1eb2cc1df1399f61c3df3fe0f7d330e561619 /sys-apps | |
parent | sys-apps/selinux-python: update live ebuild (diff) | |
download | gentoo-d13021a47e30ed41add715d045879051da6ae679.tar.gz gentoo-d13021a47e30ed41add715d045879051da6ae679.tar.bz2 gentoo-d13021a47e30ed41add715d045879051da6ae679.zip |
sys-apps/semodule-utils: update live ebuild
need to pass the path to libsepol.a
Package-Manager: portage-2.3.3
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/semodule-utils/semodule-utils-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/semodule-utils/semodule-utils-9999.ebuild b/sys-apps/semodule-utils/semodule-utils-9999.ebuild index 9c3f9abf96b5..087f322a3417 100644 --- a/sys-apps/semodule-utils/semodule-utils-9999.ebuild +++ b/sys-apps/semodule-utils/semodule-utils-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -48,5 +48,6 @@ src_compile() { src_install() { emake DESTDIR="${D}" \ LIBDIR="\$(PREFIX)/$(get_libdir)" \ + LIBSEPOLA="/usr/$(get_libdir)/libsepol.a" \ install } |