diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-03-30 23:08:38 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-03-30 23:40:00 +0100 |
commit | 4e29a5b6f2f13be4bdae43dd259287199fa6ceee (patch) | |
tree | d497449f5f49159ce262c78facb58a19cff518dc /sys-apps/flashrom | |
parent | games-arcade/commandergenius: Drop old 2.3.3 (diff) | |
download | gentoo-4e29a5b6f2f13be4bdae43dd259287199fa6ceee.tar.gz gentoo-4e29a5b6f2f13be4bdae43dd259287199fa6ceee.tar.bz2 gentoo-4e29a5b6f2f13be4bdae43dd259287199fa6ceee.zip |
sys-apps/flashrom: live ebuild: compile and install libflashrom
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'sys-apps/flashrom')
-rw-r--r-- | sys-apps/flashrom/flashrom-9999.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-apps/flashrom/flashrom-9999.ebuild b/sys-apps/flashrom/flashrom-9999.ebuild index 44446c7c4e17..465d5969df38 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 |