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:
Lenard Spencer 2021-01-22 20:30:15 +00:00 committed by Willy Sudiarto Raharjo
parent 44fc28d1f3
commit bf61de50d4
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 10 deletions

View file

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

View file

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