logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: 7123b48876719be5bd5114357610e7a2a06a840f
parent 5b058a2b81a9f7dc31bdb7981aba4d94faff5b13
Author: Dor Askayo <dor.askayo@gmail.com>
Date:   Thu, 13 Jul 2023 19:02:12 +0300

Use "declare -x" to export variables in openssl-1.1.1l.sh

This avoid polluting the environment of every package build that
follows.

Diffstat:

Msysc/openssl-1.1.1l/openssl-1.1.1l.sh2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysc/openssl-1.1.1l/openssl-1.1.1l.sh b/sysc/openssl-1.1.1l/openssl-1.1.1l.sh @@ -23,7 +23,7 @@ src_configure() { } src_compile() { - export SOURCE_DATE_EPOCH=1638831119 + declare -x SOURCE_DATE_EPOCH=1638831119 default }