commit:     d13021a47e30ed41add715d045879051da6ae679
Author:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 08:34:25 2017 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 11:14:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d13021a4

sys-apps/semodule-utils: update live ebuild

need to pass the path to libsepol.a

Package-Manager: portage-2.3.3

 sys-apps/semodule-utils/semodule-utils-9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-apps/semodule-utils/semodule-utils-9999.ebuild 
b/sys-apps/semodule-utils/semodule-utils-9999.ebuild
index 9c3f9abf96..087f322a34 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
 }

Reply via email to