Browse Source

grrrr... now fix the datafile location, too

master
parent
commit
b6d9146a33
  1. 4
      aqmoney/aqmoney.spec

4
aqmoney/aqmoney.spec

@ -96,6 +96,9 @@ AutoReqProv: no
# configure and build program
( cd aqmoney2-%{version}
%{l_shtool} subst \
-e 's;ktoblzcheck_datafile="";;' \
configure
CC="%{l_cxx}" \
CXX="%{l_cxx}" \
CFLAGS="%{l_cflags -O}" \
@ -107,6 +110,7 @@ AutoReqProv: no
--with-openhbci-prefix=%{l_prefix} \
--with-ktoblzcheck-includes=$RPM_BUILD_ROOT%{l_prefix}/include \
--with-ktoblzcheck-libs=$RPM_BUILD_ROOT%{l_prefix}/lib \
--with-ktoblzcheck-datafile=%{l_prefix}/share/ktoblzcheck/bankdata.txt \
--disable-shared \
--disable-nls
%{l_make} %{l_mflags -O}

Loading…
Cancel
Save