diff options
Diffstat (limited to 'openssl/Makefile')
-rw-r--r-- | openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openssl/Makefile b/openssl/Makefile index 57d742e4d..cec055f63 100644 --- a/openssl/Makefile +++ b/openssl/Makefile @@ -4,7 +4,7 @@ ## Makefile for OpenSSL ## -VERSION=0.9.8k +VERSION=0.9.8l MAJOR=0 MINOR=9.8 SHLIB_VERSION_NUMBER=0.9.8 @@ -69,7 +69,7 @@ ARFLAGS= AR=ar $(ARFLAGS) r ARD=ar $(ARFLAGS) d RANLIB= /usr/bin/ranlib -PERL= /usr/bin/perl +PERL= /usr/bin/perl5 TAR= tar TARFLAGS= --no-recursion MAKEDEPPROG=makedepend |