OK...I looked at it again & found my mistake.....I left the ../configure --prefix=/usr --with-gui=qt5 line & just added your fix in the place of the #'d out line.....My bad.
It worked with:
build() { cd "$srcdir/$_sourcename"
./autogen.sh
mkdir -p build && cd build
BDB_LIBS="-ldb_cxx-5.3" BDB_CFLAGS="-I/usr/include/db5.3" ../configure --prefix=/usr --with-gui=qt5 --disable-embedded-bdb
make DESTDIR="$srcdir/$_sourcename" install
}
THANK YOU!!!
Pinned Comments
Tahvok commented on 2018-05-30 09:00 (UTC)
Take a notice, this is now a split package - meaning it will build both the gui and the daemon - you need to install only one of them (unless you really need both).