--- openssl.spec 1999/12/15 15:30:53 1.1 +++ openssl.spec 1999/12/15 15:44:55 @@ -9,6 +9,7 @@ Provides: SSL Conflicts: SSLeay BuildRoot: /tmp/%{name}-%{version}-root +Patch0: openssl-0.9.4.patch %description The OpenSSL Project is a collaborative effort to develop a robust, @@ -39,10 +40,11 @@ %prep %setup -q +%patch0 perl util/perlpath.pl /usr/bin %build -./Configure --prefix=/usr --openssldir=/var/ssl linux-elf +./Configure --prefix=/usr --openssldir=/var/ssl linux-elf-arm make linux-shared LD_LIBRARY_PATH=`pwd` make LD_LIBRARY_PATH=`pwd` make rehash @@ -100,4 +102,4 @@ * Sun Jun 20 1999 Arne Coucheron [0.9.3a-1] -- several changes \ No newline at end of file +- several changes