mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 02:56:31 +01:00
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:
parent
5b058a2b81
commit
7123b48876
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ src_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
export SOURCE_DATE_EPOCH=1638831119
|
declare -x SOURCE_DATE_EPOCH=1638831119
|
||||||
default
|
default
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue