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