commit:     773b7471a42cb6169f97264fe07d5de95f655cb3
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 11 20:58:30 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jan 11 20:59:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=773b7471

Revert "dev-libs/nspr: respect $AS settings"

This reverts commit fed23dc429a6bc291fc4d16c9abc28d84cc71344.

 - non-maintainer commit, done without any prior communication with
   the project; No bug, no testing, not a single ping anywhere.

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-libs/nspr/nspr-4.32.ebuild | 3 +--
 dev-libs/nspr/nspr-4.33.ebuild | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-libs/nspr/nspr-4.32.ebuild b/dev-libs/nspr/nspr-4.32.ebuild
index 7be0ae41e449..d6db3c7ef9ee 100644
--- a/dev-libs/nspr/nspr-4.32.ebuild
+++ b/dev-libs/nspr/nspr-4.32.ebuild
@@ -60,7 +60,7 @@ multilib_src_configure() {
        # We use the standard BUILD_xxx but nspr uses HOST_xxx
        tc-export_build_env BUILD_CC
        export HOST_CC=${BUILD_CC} HOST_CFLAGS=${BUILD_CFLAGS} 
HOST_LDFLAGS=${BUILD_LDFLAGS}
-       tc-export AR AS CC CXX RANLIB
+       tc-export AR CC CXX RANLIB
        [[ ${CBUILD} != ${CHOST} ]] \
                && export CROSS_COMPILE=1 \
                || unset CROSS_COMPILE
@@ -98,7 +98,6 @@ multilib_src_configure() {
        # Ancient autoconf needs help finding the right tools.
        LC_ALL="C" ECONF_SOURCE="${S}/nspr" \
        ac_cv_path_AR="${AR}" \
-       ac_cv_path_AS="${AS}" \
        econf "${myconf[@]}"
 }
 

diff --git a/dev-libs/nspr/nspr-4.33.ebuild b/dev-libs/nspr/nspr-4.33.ebuild
index 3f4ceb883969..c0dd76d1aa2e 100644
--- a/dev-libs/nspr/nspr-4.33.ebuild
+++ b/dev-libs/nspr/nspr-4.33.ebuild
@@ -60,7 +60,7 @@ multilib_src_configure() {
        # We use the standard BUILD_xxx but nspr uses HOST_xxx
        tc-export_build_env BUILD_CC
        export HOST_CC=${BUILD_CC} HOST_CFLAGS=${BUILD_CFLAGS} 
HOST_LDFLAGS=${BUILD_LDFLAGS}
-       tc-export AR AS CC CXX RANLIB
+       tc-export AR CC CXX RANLIB
        [[ ${CBUILD} != ${CHOST} ]] \
                && export CROSS_COMPILE=1 \
                || unset CROSS_COMPILE
@@ -98,7 +98,6 @@ multilib_src_configure() {
        # Ancient autoconf needs help finding the right tools.
        LC_ALL="C" ECONF_SOURCE="${S}/nspr" \
        ac_cv_path_AR="${AR}" \
-       ac_cv_path_AS="${AS}" \
        econf "${myconf[@]}"
 }
 

Reply via email to