120-strip-cflags-from-binary.patch 949 B

123456789101112131415161718192021
  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. The CFLAGS contain the build directories, and are shown by calling
  6. OpenSSL_version(OPENSSL_CFLAGS), or running openssl version -a
  7. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
  8. --- a/crypto/build.info
  9. +++ b/crypto/build.info
  10. @@ -10,7 +10,7 @@ EXTRA= ../ms/uplink-x86.pl ../ms/uplink
  11. ppccpuid.pl pariscid.pl alphacpuid.pl arm64cpuid.pl armv4cpuid.pl
  12. DEPEND[cversion.o]=buildinf.h
  13. -GENERATE[buildinf.h]=../util/mkbuildinf.pl "$(CC) $(LIB_CFLAGS) $(CPPFLAGS_Q)" "$(PLATFORM)"
  14. +GENERATE[buildinf.h]=../util/mkbuildinf.pl "$(filter-out -I% -iremap% -fmacro-prefix-map%,$(CC) $(LIB_CFLAGS) $(CPPFLAGS_Q))" "$(PLATFORM)"
  15. DEPEND[buildinf.h]=../configdata.pm
  16. GENERATE[uplink-x86.s]=../ms/uplink-x86.pl $(PERLASM_SCHEME)