aboutsummaryrefslogtreecommitdiff
path: root/databases/oracle_odbc_driver/files/patch-configure
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2005-08-31 19:03:43 +0000
committerMax Khon <fjoe@FreeBSD.org>2005-08-31 19:03:43 +0000
commit04225b60bfb837367c0d297fc52dcf29187b5dcb (patch)
tree4709bb6147f6d067e5730f357ef7a1dac502ae5c /databases/oracle_odbc_driver/files/patch-configure
parent1e36813e5b2bd7a421b5884595f8a4752d638d47 (diff)
Notes
Diffstat (limited to 'databases/oracle_odbc_driver/files/patch-configure')
-rw-r--r--databases/oracle_odbc_driver/files/patch-configure38
1 files changed, 38 insertions, 0 deletions
diff --git a/databases/oracle_odbc_driver/files/patch-configure b/databases/oracle_odbc_driver/files/patch-configure
new file mode 100644
index 000000000000..bdf64962c667
--- /dev/null
+++ b/databases/oracle_odbc_driver/files/patch-configure
@@ -0,0 +1,38 @@
+--- configure.orig Thu Jun 9 07:30:50 2005
++++ configure Thu Jun 9 19:03:32 2005
+@@ -4719,7 +4719,7 @@
+ echo $ECHO_N "checking for libclntsh.so ... $ECHO_C" >&6
+ for d in $oraclehome/lib /usr/lib /usr/local/lib
+ do
+-if test -f $d/libclntsh.so || test -f $d/libclntsh.a
++if test -f $d/libclntsh.so || test -f $d/libclntsh.a || test -f $d/libclntst8.a
+ then
+ echo "$as_me:$LINENO: result: found libclntsh.so in $d" >&5
+ echo "${ECHO_T}found libclntsh.so in $d" >&6
+@@ -4756,7 +4756,7 @@
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lclntsh "-L$oraldir" $LIBS"
++LIBS="-lclntst8 "-L$oraldir" $LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ #line $LINENO "configure"
+ /* confdefs.h. */
+@@ -4812,7 +4812,7 @@
+ fi
+
+
+- ORALIB="-lclntsh"
++ ORALIB="-lclntst8 -lcompat -lpthread -lm"
+
+
+
+@@ -4822,7 +4822,7 @@
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lclntsh "-L$oraldir" $LIBS"
++LIBS="-lclntst8 "-L$oraldir" $LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ #line $LINENO "configure"
+ /* confdefs.h. */