aboutsummaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
Diffstat (limited to 'openssl')
-rw-r--r--openssl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/Makefile b/openssl/Makefile
index e873a9cc..da27f7a3 100644
--- a/openssl/Makefile
+++ b/openssl/Makefile
@@ -13,7 +13,7 @@ openssl-${VERSION}/Makefile: openssl-${VERSION}/config
cd openssl-${VERSION}; PERL=/usr/bin/perl ./config enable-rfc3779 no-dso
openssl-${VERSION}/config: openssl-${VERSION}.tar.gz
- gzcat openssl-${VERSION}.tar.gz | tar -xf -
+ gzip -c -d openssl-${VERSION}.tar.gz | tar -xf -
ln -s . openssl-${VERSION}/lib
touch $@