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

This avoid polluting the environment of every package build that
follows.
This commit is contained in:
Dor Askayo 2023-07-13 19:02:12 +03:00
parent 5b058a2b81
commit 7123b48876
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ src_configure() {
}
src_compile() {
export SOURCE_DATE_EPOCH=1638831119
declare -x SOURCE_DATE_EPOCH=1638831119
default
}