2022-02-20 21:09:28 -03:00
|
|
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
2018-10-24 11:25:00 -03:00
|
|
|
From: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
|
|
|
Date: Thu, 27 Sep 2018 08:31:38 -0300
|
2019-09-17 10:52:11 -03:00
|
|
|
Subject: Avoid exposing build directories
|
2018-10-24 11:25:00 -03: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 22:42:19 +02:00
|
|
|
@@ -109,7 +109,7 @@ DEFINE[../libcrypto]=$UPLINKDEF
|
2018-10-24 11:25:00 -03:00
|
|
|
|
2023-02-07 18:14:27 -03:00
|
|
|
DEPEND[info.o]=buildinf.h
|
2018-10-24 11:25:00 -03:00
|
|
|
DEPEND[cversion.o]=buildinf.h
|
|
|
|
-GENERATE[buildinf.h]=../util/mkbuildinf.pl "$(CC) $(LIB_CFLAGS) $(CPPFLAGS_Q)" "$(PLATFORM)"
|
2019-10-09 06:33:06 +02: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 11:25:00 -03:00
|
|
|
|
2023-02-07 18:14:27 -03:00
|
|
|
GENERATE[uplink-x86.S]=../ms/uplink-x86.pl
|
|
|
|
GENERATE[uplink-x86_64.s]=../ms/uplink-x86_64.pl
|