From 873d3aabf93c8b03ac7a2fdd17ea73b39f838676 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Fri, 9 Oct 2020 18:56:15 +0300 Subject: [PATCH] net-nds/openldap: Do not hardcode bash Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Mikle Kolyada --- net-nds/openldap/openldap-2.4.50.ebuild | 6 +++--- net-nds/openldap/openldap-2.4.53.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-nds/openldap/openldap-2.4.50.ebuild b/net-nds/openldap/openldap-2.4.50.ebuild index 71320172f0b05..2c5a8f5c18c4e 100644 --- a/net-nds/openldap/openldap-2.4.50.ebuild +++ b/net-nds/openldap/openldap-2.4.50.ebuild @@ -514,7 +514,7 @@ multilib_src_configure() { done tc-export AR CC CXX - CONFIG_SHELL="/bin/bash" \ + CONFIG_SHELL="/bin/sh" \ ECONF_SOURCE="${S}" \ STRIP=/bin/true \ econf \ @@ -548,7 +548,7 @@ src_configure_cxx() { multilib_src_compile() { tc-export AR CC CXX - emake CC="${CC}" AR="${AR}" SHELL="${EPREFIX}"/bin/bash + emake CC="${CC}" AR="${AR}" SHELL="${EPREFIX}"/bin/sh local lt="${BUILD_DIR}/libtool" export echo="echo" @@ -730,7 +730,7 @@ multilib_src_test() { multilib_src_install() { local lt="${BUILD_DIR}/libtool" - emake DESTDIR="${D}" SHELL="${EPREFIX}"/bin/bash install + emake DESTDIR="${D}" SHELL="${EPREFIX}"/bin/sh install if ! use minimal && multilib_is_native_abi; then # openldap modules go here diff --git a/net-nds/openldap/openldap-2.4.53.ebuild b/net-nds/openldap/openldap-2.4.53.ebuild index 89a4da0e82095..759f154577651 100644 --- a/net-nds/openldap/openldap-2.4.53.ebuild +++ b/net-nds/openldap/openldap-2.4.53.ebuild @@ -514,7 +514,7 @@ multilib_src_configure() { done tc-export AR CC CXX - CONFIG_SHELL="/bin/bash" \ + CONFIG_SHELL="/bin/sh" \ ECONF_SOURCE="${S}" \ STRIP=/bin/true \ econf \ @@ -548,7 +548,7 @@ src_configure_cxx() { multilib_src_compile() { tc-export AR CC CXX - emake CC="${CC}" AR="${AR}" SHELL="${EPREFIX}"/bin/bash + emake CC="${CC}" AR="${AR}" SHELL="${EPREFIX}"/bin/sh local lt="${BUILD_DIR}/libtool" export echo="echo" @@ -730,7 +730,7 @@ multilib_src_test() { multilib_src_install() { local lt="${BUILD_DIR}/libtool" - emake DESTDIR="${D}" SHELL="${EPREFIX}"/bin/bash install + emake DESTDIR="${D}" SHELL="${EPREFIX}"/bin/sh install if ! use minimal && multilib_is_native_abi; then # openldap modules go here