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 <gentoo@aisha.cc>
This commit is contained in:
Aisha Tammy
2021-04-23 06:12:12 -04:00
parent f41f9c8327
commit 47a8d266c6
2 changed files with 2 additions and 2 deletions

View File

@@ -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)"

View File

@@ -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)"