openssl: update to version 1.1.1a
[openwrt/openwrt.git] / package / libs / openssl / patches / 120-strip-cflags-from-binary.patch
1 From f453f3eccb852740e37e9436dac5670d311c13b0 Mon Sep 17 00:00:00 2001
2 From: Eneas U de Queiroz <cote2004-github@yahoo.com>
3 Date: Thu, 27 Sep 2018 08:31:38 -0300
4 Subject: void exposing build directories
5
6 The CFLAGS contain the build directories, and are shown by calling
7 OpenSSL_version(OPENSSL_CFLAGS), or running openssl version -a
8
9 Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
10
11 --- a/crypto/build.info
12 +++ b/crypto/build.info
13 @@ -10,7 +10,7 @@ EXTRA= ../ms/uplink-x86.pl ../ms/uplink
14 ppccpuid.pl pariscid.pl alphacpuid.pl arm64cpuid.pl armv4cpuid.pl
15
16 DEPEND[cversion.o]=buildinf.h
17 -GENERATE[buildinf.h]=../util/mkbuildinf.pl "$(CC) $(LIB_CFLAGS) $(CPPFLAGS_Q)" "$(PLATFORM)"
18 +GENERATE[buildinf.h]=../util/mkbuildinf.pl "$(filter-out -I% -iremap% -fmacro-prefix-map%,$(CC) $(LIB_CFLAGS) $(CPPFLAGS_Q))" "$(PLATFORM)"
19 DEPEND[buildinf.h]=../configdata.pm
20
21 GENERATE[uplink-x86.s]=../ms/uplink-x86.pl $(PERLASM_SCHEME)