commit: 4e29a5b6f2f13be4bdae43dd259287199fa6ceee
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 30 22:08:38 2020 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Mon Mar 30 22:40:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e29a5b6
sys-apps/flashrom: live ebuild: compile and install libflashrom
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
sys-apps/flashrom/flashrom-9999.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/sys-apps/flashrom/flashrom-9999.ebuild
b/sys-apps/flashrom/flashrom-9999.ebuild
index 44446c7c4e1..465d5969df3 100644
--- a/sys-apps/flashrom/flashrom-9999.ebuild
+++ b/sys-apps/flashrom/flashrom-9999.ebuild
@@ -138,7 +138,7 @@ src_compile() {
fi
tc-export AR CC PKG_CONFIG RANLIB
- emake WARNERROR=no "${args[@]}"
+ emake WARNERROR=no "${args[@]}" all libflashrom.a
}
src_test() {
@@ -153,6 +153,8 @@ src_install() {
dosbin flashrom
doman flashrom.8
dodoc README Documentation/*.txt
+ dolib.a libflashrom.a
+ doheader libflashrom.h
if use tools ; then
if use amd64 ; then