openssl: bump to 1.1.1d
[openwrt/openwrt.git] / package / libs / openssl / patches / 120-strip-cflags-from-binary.patch
1 From 4ad8f2fe6bf3b91df7904fcbe960e5fdfca36336 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: Avoid 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 diff --git a/crypto/build.info b/crypto/build.info
12 index 2c619c62e8..893128345a 100644
13 --- a/crypto/build.info
14 +++ b/crypto/build.info
15 @@ -10,7 +10,7 @@ EXTRA= ../ms/uplink-x86.pl ../ms/uplink.c ../ms/applink.c \
16 ppccpuid.pl pariscid.pl alphacpuid.pl arm64cpuid.pl armv4cpuid.pl
17
18 DEPEND[cversion.o]=buildinf.h
19 -GENERATE[buildinf.h]=../util/mkbuildinf.pl "$(CC) $(LIB_CFLAGS) $(CPPFLAGS_Q)" "$(PLATFORM)"
20 +GENERATE[buildinf.h]=../util/mkbuildinf.pl "$(filter-out -I% -iremap% -fmacro-prefix-map%,$(CC) $(LIB_CFLAGS) $(CPPFLAGS_Q))" "$(PLATFORM)"
21 DEPEND[buildinf.h]=../configdata.pm
22
23 GENERATE[uplink-x86.s]=../ms/uplink-x86.pl $(PERLASM_SCHEME)