mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 08:56:58 +02:00
dev-libs/lzo: Sync with Gentoo
It's from Gentoo commit 5d21fa42b62e1d965d8a92d90fbada1003e15483.
This commit is contained in:
parent
37a407d24a
commit
82ce908670
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@ -21,6 +21,10 @@ multilib_src_configure() {
|
||||
$(use_enable static-libs static)
|
||||
}
|
||||
|
||||
multilib_src_test() {
|
||||
emake test
|
||||
}
|
||||
|
||||
multilib_src_install() {
|
||||
emake DESTDIR="${D}" install
|
||||
gen_usr_ldscript -a lzo2
|
||||
|
Loading…
Reference in New Issue
Block a user