SHA256
1
0
forked from pool/aqbanking
Dominique Leuenberger 2017-07-09 11:04:21 +00:00 committed by Git OBS Bridge
commit 64ee70c605
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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} \