--- apr-util-1.6.0/configure.orig 2017-05-04 01:16:59.000000000 +0200
+++ apr-util-1.6.0/configure 2017-08-03 16:28:21.653082936 +0200
@@ -20794,10 +20794,10 @@
if test "$apu_have_sqlite3" = "1"; then
if test "x$LDADD_dbd_sqlite3" = "x"; then
- test "x$silent" != "xyes" && echo " setting LDADD_dbd_sqlite3 to \"$sqlite3_LDFLAGS -lsqlite3\""
- LDADD_dbd_sqlite3="$sqlite3_LDFLAGS -lsqlite3"
+ test "x$silent" != "xyes" && echo " setting LDADD_dbd_sqlite3 to \"$sqlite3_LDFLAGS -lsqlite3 -lapr-1 -L/home/vxp/midipix/nt64/debug/tmp/apr-util-1.5.4/.libs -laprutil-1\""
+ LDADD_dbd_sqlite3="$sqlite3_LDFLAGS -lsqlite3 -lapr-1 -L/home/vxp/midipix/nt64/debug/tmp/apr-util-1.5.4/.libs -laprutil-1"
else
- apr_addto_bugger="$sqlite3_LDFLAGS -lsqlite3"
+ apr_addto_bugger="$sqlite3_LDFLAGS -lapr-1 -L/home/vxp/midipix/nt64/debug/tmp/apr-util-1.5.4/.libs -laprutil-1 -lsqlite3"
for i in $apr_addto_bugger; do
apr_addto_duplicate="0"
for j in $LDADD_dbd_sqlite3; do