From c36616713f6f002e581d3a4c9ea803694ec54158 Mon Sep 17 00:00:00 2001 From: radek Date: Mon, 30 Aug 2004 17:01:02 +0000 Subject: [PATCH] - search for libs in $libdir Changed files: mod_log_sql-acam_libexecdir.patch -> 1.1 --- mod_log_sql-acam_libexecdir.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mod_log_sql-acam_libexecdir.patch diff --git a/mod_log_sql-acam_libexecdir.patch b/mod_log_sql-acam_libexecdir.patch new file mode 100644 index 0000000..c174522 --- /dev/null +++ b/mod_log_sql-acam_libexecdir.patch @@ -0,0 +1,11 @@ +--- aclocal.m4~ 2004-08-30 18:54:46.766919920 +0200 ++++ aclocal.m4 2004-08-30 18:57:30.655005144 +0200 +@@ -366,7 +366,7 @@ + + # Determine libdbi lib directory + if test -z $dbi_path; then +- test_paths="/usr/lib /usr/local/lib" ++ test_paths="$libdir /usr/lib /usr/local/lib" + else + test_paths="${dbi_path}/lib" + fi -- 2.43.0