b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | From 0000000000000000000000000000000000000000 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 | --- a/crypto/build.info |
| 12 | +++ b/crypto/build.info |
| 13 | @@ -109,7 +109,7 @@ DEFINE[../libcrypto]=$UPLINKDEF |
| 14 | |
| 15 | DEPEND[info.o]=buildinf.h |
| 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% -ffile-prefix-map%,$(CC) $(LIB_CFLAGS) $(CPPFLAGS_Q))" "$(PLATFORM)" |
| 19 | |
| 20 | GENERATE[uplink-x86.S]=../ms/uplink-x86.pl |
| 21 | GENERATE[uplink-x86_64.s]=../ms/uplink-x86_64.pl |