forked from pool/aqbanking
Accepting request 508952 from Office
1 OBS-URL: https://build.opensuse.org/request/show/508952 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=72
This commit is contained in:
commit
64ee70c605
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 2 07:55:25 UTC 2017 - bwiedemann@suse.com
|
||||||
|
|
||||||
|
- override build date to make build reproducible and fix build-compare
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 30 21:39:09 UTC 2017 - nico.kruber@gmail.com
|
Tue May 30 21:39:09 UTC 2017 - nico.kruber@gmail.com
|
||||||
|
|
||||||
|
@ -169,8 +169,9 @@ BACKEND_LIST="$BACKEND_LIST aqebics"
|
|||||||
# quick fix for $CPP being unset and configure failing to handle include dirs properly
|
# quick fix for $CPP being unset and configure failing to handle include dirs properly
|
||||||
CPP=`which cpp`
|
CPP=`which cpp`
|
||||||
export CPP
|
export CPP
|
||||||
|
[ -n "$SOURCE_DATE_EPOCH" ] && builddate=--with-build-datetime=@$SOURCE_DATE_EPOCH
|
||||||
%configure\
|
%configure\
|
||||||
--enable-release \
|
--enable-release $builddate \
|
||||||
--with-backends="$BACKEND_LIST" \
|
--with-backends="$BACKEND_LIST" \
|
||||||
--enable-full-doc \
|
--enable-full-doc \
|
||||||
--with-qt4-libs=%{_libdir} \
|
--with-qt4-libs=%{_libdir} \
|
||||||
|
Loading…
Reference in New Issue
Block a user