2022-02-21 00:09:28 +00:00
|
|
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
2018-10-24 14:25:00 +00:00
|
|
|
From: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
|
|
|
Date: Thu, 27 Sep 2018 08:31:38 -0300
|
2019-09-17 13:52:11 +00:00
|
|
|
Subject: Avoid exposing build directories
|
2018-10-24 14:25:00 +00:00
|
|
|
|
|
|
|
The CFLAGS contain the build directories, and are shown by calling
|
|
|
|
OpenSSL_version(OPENSSL_CFLAGS), or running openssl version -a
|
|
|
|
|
|
|
|
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
|
|
|
|
|
|
|
--- a/crypto/build.info
|
|
|
|
+++ b/crypto/build.info
|
2023-10-24 20:42:19 +00:00
|
|
|
@@ -109,7 +109,7 @@ DEFINE[../libcrypto]=$UPLINKDEF
|
2018-10-24 14:25:00 +00:00
|
|
|
|
2023-02-07 21:14:27 +00:00
|
|
|
DEPEND[info.o]=buildinf.h
|
2018-10-24 14:25:00 +00:00
|
|
|
DEPEND[cversion.o]=buildinf.h
|
|
|
|
-GENERATE[buildinf.h]=../util/mkbuildinf.pl "$(CC) $(LIB_CFLAGS) $(CPPFLAGS_Q)" "$(PLATFORM)"
|
2019-10-09 04:33:06 +00:00
|
|
|
+GENERATE[buildinf.h]=../util/mkbuildinf.pl "$(filter-out -I% -iremap% -fmacro-prefix-map% -ffile-prefix-map%,$(CC) $(LIB_CFLAGS) $(CPPFLAGS_Q))" "$(PLATFORM)"
|
2018-10-24 14:25:00 +00:00
|
|
|
|
2023-02-07 21:14:27 +00:00
|
|
|
GENERATE[uplink-x86.S]=../ms/uplink-x86.pl
|
|
|
|
GENERATE[uplink-x86_64.s]=../ms/uplink-x86_64.pl
|