From d13021a47e30ed41add715d045879051da6ae679 Mon Sep 17 00:00:00 2001 From: Jason Zaman Date: Thu, 23 Feb 2017 16:34:25 +0800 Subject: 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(-) (limited to 'sys-apps/semodule-utils') 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 } -- cgit v1.2.3-65-gdbad