Accepting request 451086 from home:bmwiedemann:reproducible
set build date to enable reproducible builds OBS-URL: https://build.opensuse.org/request/show/451086 OBS-URL: https://build.opensuse.org/package/show/graphics/libjpeg-turbo?expand=0&rev=63
This commit is contained in:
parent
6b08fa38b1
commit
a4655283d1
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 18 10:07:00 UTC 2017 - bwiedemann@suse.com
|
||||
|
||||
- set build date to enable reproducible builds
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 21 10:50:36 UTC 2016 - idonmez@suse.com
|
||||
|
||||
|
@ -107,6 +107,7 @@ files using the libjpeg library.
|
||||
%build
|
||||
export LDFLAGS="-Wl,-z,relro,-z,now"
|
||||
%configure --disable-static \
|
||||
--with-build-date=$(date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y%m%d) \
|
||||
--with-jpeg8
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 18 10:07:29 UTC 2017 - bwiedemann@suse.com
|
||||
|
||||
- set build date to enable reproducible builds
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 21 10:50:36 UTC 2016 - idonmez@suse.com
|
||||
|
||||
|
@ -87,7 +87,8 @@ files using the libjpeg library.
|
||||
|
||||
%build
|
||||
export LDFLAGS="-Wl,-z,relro,-z,now"
|
||||
%configure --disable-static
|
||||
%configure --disable-static \
|
||||
--with-build-date=$(date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y%m%d)
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
|
Loading…
x
Reference in New Issue
Block a user