Fix Fedora 13 compiling for libdbi/libdbd
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 24 Jun 2010 04:36:20 +0000 (04:36 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 24 Jun 2010 04:36:20 +0000 (04:36 +0000)
  * Add libdbi-devel as a prereq
  * Add Fedora's 64-bit location for the dbd driver libraries

git-svn-id: svn://svn.open-ils.org/ILS/trunk@16800 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/extras/Makefile.install
configure.ac

index 32bbc58..7aab6a9 100644 (file)
@@ -163,6 +163,7 @@ FEDORA_13_RPMS = \
        js-devel \
        libdbi \
        libdbi-dbd-pgsql \
+       libdbi-devel \
        libssh2-devel \
        libyaz \
        libyaz-devel \
index 889111c..e1e1552 100644 (file)
@@ -219,7 +219,7 @@ AC_ARG_WITH([dbi],
 # If the passed in value doesn't work, fall back to reasonable defaults
 # Distributions are starting to package a good version of libdbi / libdbd
 if ! test -d "$DBI_LIBS"; then
-       for i in /usr/lib/dbd/ /usr/local/lib/dbd/ ; do
+       for i in /usr/lib/dbd/ /usr/lib64/dbd /usr/local/lib/dbd/ ; do
                if test -d "$i"; then
                        DBI_LIBS="$i"
                        break
@@ -291,7 +291,7 @@ if test "x$openils_core" = "xtrue"; then
        AC_CHECK_LIB([readline], [main], [], AC_MSG_ERROR(*** OpenILS requires libreadline))
        AC_CHECK_LIB([xml2], [main], [], AC_MSG_ERROR(*** OpenILS requires libxml2))
        AC_CHECK_LIB([xslt], [main], [], AC_MSG_ERROR(*** OpenILS requires libxslt))
-       AC_CHECK_LIB([perl], [main], [], AC_MSG_ERROR(*** OpenILS requires libperl-dev))
+#      AC_CHECK_LIB([perl], [main], [], AC_MSG_ERROR(*** OpenILS requires libperl-dev))
        AC_CHECK_LIB([pq], [main], [], AC_MSG_ERROR(*** OpenILS requires libpq))