wok-next diff openssl10/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 | 65a6a7062c8e |
line diff
1.1 --- a/openssl10/receipt Tue Oct 16 16:46:05 2018 +0300 1.2 +++ b/openssl10/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -15,9 +15,8 @@ 1.4 # Integrity check: https://www.openssl.org/source/ 1.5 TARBALL_SHA256="ec3f5c9714ba0fd45cb4e087301eb1336c317e0d20b575a125050470e8089e4d" 1.6 1.7 -BUILD_DEPENDS_arm=" " 1.8 BUILD_DEPENDS="perl zlib-dev" 1.9 -SPLIT="openssl10 openssl10-dev" 1.10 +SPLIT="$PACKAGE-dev" 1.11 1.12 compile_rules() { 1.13 # MAKEFLAGS make OpenSSL build fail. 1.14 @@ -26,8 +25,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