Skip to content
Snippets Groups Projects
Verified Commit 0b4668c8 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Set environment variables for reproducible build

parent 9ee2db38
No related branches found
Tags 0.30.0-1
No related merge requests found
......@@ -41,6 +41,11 @@ build() {
--sysconfdir=/etc/$pkgname
)
# set environment variables for reproducible build
# see https://docs.prrte.org/en/latest/release-notes.html
export HOSTNAME=buildhost
export USER=builduser
cd $pkgname-$pkgver
./configure "${configure_options[@]}"
# prevent excessive overlinking due to libtool
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment