From 18b093b528373aff949f05ac1f8ff2188f5e948e Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Thu, 29 May 2014 15:49:38 -0400 Subject: [PATCH 1/1] LP#1315531 Change default location of libdbi libraries. In libdbi 0.8.4, the default installed location has changed to /usr/lib/x86_64-linux-gnu/dbd/. On the advice of Thomas Berezansky, I made the new location the default and ensured that the previous locations are in the fallback. Signed-off-by: Chris Sharp Signed-off-by: Ben Shum --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 99370e4f2e..48bfa395f5 100644 --- a/configure.ac +++ b/configure.ac @@ -234,7 +234,7 @@ AC_ARG_WITH([libxml2], AC_SUBST([LIBXML2_HEADERS]) AC_ARG_WITH([dbi], -[ --with-dbi=path location of the libdbi driver libraries (default is /usr/local/lib/dbd)], +[ --with-dbi=path location of the libdbi driver libraries (default is /usr/lib/x86_64-linux-gnu/dbd/)], [DBI_LIBS=${withval}], [DBI_LIBS=/usr/local/lib/dbd/]) -- 2.43.2