summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>2017-03-15 09:52:53 +0100
committerMichael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>2017-03-15 09:52:53 +0100
commitef14b963caab48497ed3f6ab6b2a1e18b26f4e9b (patch)
tree782cc8b796d417bff1692c4d95af1f70a0f4e527
parentautotools.eclass: sync (cherry-pick upstream commits) (diff)
downloadprefix-ef14b963caab48497ed3f6ab6b2a1e18b26f4e9b.tar.gz
prefix-ef14b963caab48497ed3f6ab6b2a1e18b26f4e9b.tar.bz2
prefix-ef14b963caab48497ed3f6ab6b2a1e18b26f4e9b.zip
dev-libs/openssl: fix problem with solaris /bin/sh
Package-Manager: Portage-2.3.4-prefix, Repoman-2.3.2
-rw-r--r--dev-libs/openssl/openssl-1.0.2k.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-libs/openssl/openssl-1.0.2k.ebuild b/dev-libs/openssl/openssl-1.0.2k.ebuild
index 648c724e18..79564bce90 100644
--- a/dev-libs/openssl/openssl-1.0.2k.ebuild
+++ b/dev-libs/openssl/openssl-1.0.2k.ebuild
@@ -55,6 +55,9 @@ src_prepare() {
epatch "${FILESDIR}"/${PN}-1.0.1p-default-source.patch #554338
epatch_user #332661
+
+ # Solaris /bin/sh does not support "[ -e file ]", added by patches
+ sed -e 's/\[ -e /\[ -r /' -i Makefile.shared
fi
# disable fips in the build