Accepting request 451226 from graphics
1 OBS-URL: https://build.opensuse.org/request/show/451226 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libjpeg-turbo?expand=0&rev=34
This commit is contained in:
commit
625dc06cd2
@ -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
|
Wed Sep 21 10:50:36 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
@ -107,6 +107,7 @@ files using the libjpeg library.
|
|||||||
%build
|
%build
|
||||||
export LDFLAGS="-Wl,-z,relro,-z,now"
|
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) \
|
||||||
--with-jpeg8
|
--with-jpeg8
|
||||||
make %{?_smp_mflags}
|
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
|
Wed Sep 21 10:50:36 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
@ -87,7 +87,8 @@ files using the libjpeg library.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export LDFLAGS="-Wl,-z,relro,-z,now"
|
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}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user