summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2020-07-19 09:39:13 +0200
committerLars Wendler <polynomial-c@gentoo.org>2020-07-19 09:39:30 +0200
commita4e1e45b3cbd485760295a859a6de1dbd19ed3f3 (patch)
tree1906c8abebbc3c3f90f6794b298dcf506ddeef97 /net-libs/libpsl/libpsl-0.21.1.ebuild
parentmedia-sound/hydrogen: ppc64 stable wrt bug #732716 (diff)
downloadgentoo-a4e1e45b3cbd485760295a859a6de1dbd19ed3f3.tar.gz
gentoo-a4e1e45b3cbd485760295a859a6de1dbd19ed3f3.tar.bz2
gentoo-a4e1e45b3cbd485760295a859a6de1dbd19ed3f3.zip
net-libs/libpsl: Don't build static libs
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'net-libs/libpsl/libpsl-0.21.1.ebuild')
-rw-r--r--net-libs/libpsl/libpsl-0.21.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-libs/libpsl/libpsl-0.21.1.ebuild b/net-libs/libpsl/libpsl-0.21.1.ebuild
index 9c732ca972fa..16b8ab704fb1 100644
--- a/net-libs/libpsl/libpsl-0.21.1.ebuild
+++ b/net-libs/libpsl/libpsl-0.21.1.ebuild
@@ -42,6 +42,7 @@ multilib_src_configure() {
--disable-asan
--disable-cfi
--disable-ubsan
+ --disable-static
$(use_enable man)
)
@@ -66,5 +67,5 @@ multilib_src_configure() {
multilib_src_install() {
default
- find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
+ find "${ED}" -type f -name "*.la" -delete || die
}