summaryrefslogtreecommitdiffhomepage
path: root/patches/apr_util-1.6.1.local.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/apr_util-1.6.1.local.patch')
-rw-r--r--patches/apr_util-1.6.1.local.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/patches/apr_util-1.6.1.local.patch b/patches/apr_util-1.6.1.local.patch
new file mode 100644
index 00000000..86c0ea6b
--- /dev/null
+++ b/patches/apr_util-1.6.1.local.patch
@@ -0,0 +1,16 @@
+--- 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