f03e0ee706
* Mon Oct 20 2003 Joe Orton <jorton@redhat.com> 4.3.3-6 - use bundled libgd (#107407) - remove manual: up-to-date manual sources are no longer DFSG-free; it's too big; it's on the web anyway; #91292, #105804, #107384 * Wed Oct 15 2003 Joe Orton <jorton@redhat.com> 4.3.3-5 - add php-xmlrpc subpackage (#107138) * Mon Oct 13 2003 Joe Orton <jorton@redhat.com> 4.3.3-4 - drop recode support, symbols collide with MySQL * Sun Oct 12 2003 Joe Orton <jorton@redhat.com> 4.3.3-3 - split domxml extension into php-domxml subpackage - enable xslt and xml support in domxml extension (#106042) - fix httpd-devel build requirement (#104341) - enable recode extension (#106755) - add workaround for #103982 * Sun Sep 07 2003 Joe Orton <jorton@redhat.com> 4.3.3-2 - don't use --enable-versioning, it depends on libtool being broken (#103690) * Sun Sep 07 2003 Joe Orton <jorton@redhat.com> 4.3.3-1 - update to 4.3.3 - add libtool build prereq (#103388) - switch to apache2handler * Mon Jul 28 2003 Joe Orton <jorton@redhat.com> 4.3.2-8 - rebuild * Tue Jul 22 2003 Nalin Dahyabhai <nalin@redhat.com> 4.3.2-7 - rebuild * Tue Jul 08 2003 Joe Orton <jorton@redhat.com> 4.3.2-6 - use system pcre library
15 lines
413 B
Diff
15 lines
413 B
Diff
|
|
Make sure odbc.so is linked against -lodbc etc.
|
|
|
|
--- php-4.3.1/ext/odbc/config.m4.odbc 2002-11-12 17:31:39.000000000 +0000
|
|
+++ php-4.3.1/ext/odbc/config.m4 2003-05-16 09:54:22.000000000 +0100
|
|
@@ -429,6 +429,8 @@
|
|
ODBC_TYPE=unixODBC
|
|
AC_DEFINE(HAVE_UNIXODBC,1,[ ])
|
|
AC_MSG_RESULT(yes)
|
|
+ ODBC_SHARED_LIBADD="-lodbc -lodbcpsql"
|
|
+ PHP_SUBST(ODBC_SHARED_LIBADD)
|
|
else
|
|
AC_MSG_RESULT(no)
|
|
fi
|