From: Jason Zaman Date: Thu, 23 Feb 2017 08:34:25 +0000 (+0800) Subject: sys-apps/semodule-utils: update live ebuild X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d13021a47e30ed41add715d045879051da6ae679;p=gentoo.git sys-apps/semodule-utils: update live ebuild need to pass the path to libsepol.a Package-Manager: portage-2.3.3 --- 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 }