From 47a8d266c65e5cabb3007437ad550b98a126a4c0 Mon Sep 17 00:00:00 2001 From: Aisha Tammy Date: Fri, 23 Apr 2021 06:12:12 -0400 Subject: [PATCH] net-libs/usockets: fix direct AR calls Closes: https://bugs.gentoo.org/785190 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Aisha Tammy --- net-libs/usockets/usockets-0.7.1_p20210214.ebuild | 2 +- net-libs/usockets/usockets-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/usockets/usockets-0.7.1_p20210214.ebuild b/net-libs/usockets/usockets-0.7.1_p20210214.ebuild index 499d8f975c..e601304dbb 100644 --- a/net-libs/usockets/usockets-0.7.1_p20210214.ebuild +++ b/net-libs/usockets/usockets-0.7.1_p20210214.ebuild @@ -33,7 +33,7 @@ PATCHES=( ) src_configure() { - tc-export CC CXX + tc-export CC CXX AR export VERSION="${PV%_*}" \ LIB="$(get_libdir)" \ WITH_OPENSSL="$(usex ssl 1 0)" diff --git a/net-libs/usockets/usockets-9999.ebuild b/net-libs/usockets/usockets-9999.ebuild index 10ce0fdd32..18e9a52555 100644 --- a/net-libs/usockets/usockets-9999.ebuild +++ b/net-libs/usockets/usockets-9999.ebuild @@ -32,7 +32,7 @@ PATCHES=( ) src_configure() { - tc-export CC CXX + tc-export CC CXX AR export VERSION="${PV%_*}" \ LIB="$(get_libdir)" \ WITH_OPENSSL="$(usex ssl 1 0)"