mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
office/gnucash-legacy: Remove aqbanking support.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
44fc28d1f3
commit
bf61de50d4
2 changed files with 6 additions and 10 deletions
|
@ -9,9 +9,13 @@ on professional accounting principles to ensure balanced books and
|
|||
accurate reports.
|
||||
|
||||
Pass OFX="yes" for OFX (USA) (requies libofx)
|
||||
Pass AQ="yes" to enable aqbanking (Germany) (requires aqbanking)
|
||||
|
||||
Pass WITHPYTHON="yes" to enable Python bindings for report gereration.
|
||||
|
||||
Note that the AQ="yes/no" switch has been removed as this version of
|
||||
gnucash will not build with the new versions of aqbanking; the older
|
||||
versions of aqbanking are not only obsolete, but no longer available.
|
||||
|
||||
If you want the SQL database integration, you must first have libdbi
|
||||
and libdbi-drivers installed, and then pass the DBI="yes" flag.
|
||||
|
||||
|
|
|
@ -85,14 +85,6 @@ else
|
|||
OFXBANKING="--disable-ofx"
|
||||
fi
|
||||
|
||||
if [ "$AQ" = "yes" ]; then
|
||||
AQBANKING="--enable-aqbanking"
|
||||
echo " building with aqbanking enabled"
|
||||
sleep 1
|
||||
else
|
||||
AQBANKING="--disable-aqbanking"
|
||||
fi
|
||||
|
||||
if [ "$WITHPYTHON" = "yes" ]; then
|
||||
W_PYTHON="--enable-python"
|
||||
echo " building with Python bindings enabled"
|
||||
|
@ -129,7 +121,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--docdir=/usr/doc/$SRCNAM-$VERSION \
|
||||
$W_PYTHON \
|
||||
$OFXBANKING \
|
||||
$AQBANKING \
|
||||
--disable-aqbanking \
|
||||
--disable-schemas-compile \
|
||||
$DBIARGS \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
|
Loading…
Reference in a new issue