wok-next diff openssl/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents f48456621a9d
children 4d9f82dabdbb
line diff
     1.1 --- a/openssl/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.2 +++ b/openssl/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -14,9 +14,8 @@
     1.4  # Integrity check: https://www.openssl.org/source/
     1.5  TARBALL_SHA256="5835626cde9e99656585fc7aaa2302a73a7e1340bf8c14fd635a62c66802a517"
     1.6  
     1.7 -BUILD_DEPENDS_arm=" "
     1.8  BUILD_DEPENDS="perl zlib-dev"
     1.9 -SPLIT="openssl openssl-dev"
    1.10 +SPLIT="$PACKAGE-dev"
    1.11  
    1.12  compile_rules() {
    1.13  	# MAKEFLAGS make OpenSSL build fail.
    1.14 @@ -25,8 +24,6 @@
    1.15  	# Add -Wa,--noexecstack here so that libcrypto's assembler modules will be
    1.16  	# marked as not requiring an executable stack (compatibility improvement).
    1.17  	case "$ARCH" in
    1.18 -		arm*)   ARCH_ARGS='linux-armv4'
    1.19 -		        MAKE_ARGS="CC=$HOST_SYSTEM-gcc AR=\"$HOST_SYSTEM-ar r\" RANLIB=$HOST_SYSTEM-ranlib";;
    1.20  		i?86)   ARCH_ARGS='zlib-dynamic linux-elf';;
    1.21  		x86_64) ARCH_ARGS='zlib-dynamic enable-ec_nistp_64_gcc_128 linux-x86_64';;
    1.22  	esac