]> git.pld-linux.org Git - packages/php4.git/commitdiff
- obsolete (applied upstream)
authorAdam Gołębiowski <adamg@pld-linux.org>
Wed, 15 Dec 2004 21:36:37 +0000 (21:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-mssql-fix.patch -> 1.2
    php4-mssql-fix.patch -> 1.2

php-mssql-fix.patch [deleted file]
php4-mssql-fix.patch [deleted file]

diff --git a/php-mssql-fix.patch b/php-mssql-fix.patch
deleted file mode 100644 (file)
index bf961e9..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- php-4.3.4RC2/ext/mssql/config.m4.old       2003-10-29 02:26:59.000000000 +0100
-+++ php-4.3.4RC2/ext/mssql/config.m4   2003-10-29 02:26:36.000000000 +0100
-@@ -32,8 +32,8 @@
-     fi
-   fi  
--  if test ! -r "$FREETDS_INSTALLATION_DIR/lib/libtds.a"; then
--     AC_MSG_ERROR(Could not find $FREETDS_INSTALLATION_DIR/lib/libtds.a)
-+  if test ! -r "$FREETDS_INSTALLATION_DIR/lib/libtds.so"; then
-+     AC_MSG_ERROR(Could not find $FREETDS_INSTALLATION_DIR/lib/libtds.so)
-   fi
-   MSSQL_INCDIR=$FREETDS_INSTALLATION_DIR/include
diff --git a/php4-mssql-fix.patch b/php4-mssql-fix.patch
deleted file mode 100644 (file)
index bf961e9..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- php-4.3.4RC2/ext/mssql/config.m4.old       2003-10-29 02:26:59.000000000 +0100
-+++ php-4.3.4RC2/ext/mssql/config.m4   2003-10-29 02:26:36.000000000 +0100
-@@ -32,8 +32,8 @@
-     fi
-   fi  
--  if test ! -r "$FREETDS_INSTALLATION_DIR/lib/libtds.a"; then
--     AC_MSG_ERROR(Could not find $FREETDS_INSTALLATION_DIR/lib/libtds.a)
-+  if test ! -r "$FREETDS_INSTALLATION_DIR/lib/libtds.so"; then
-+     AC_MSG_ERROR(Could not find $FREETDS_INSTALLATION_DIR/lib/libtds.so)
-   fi
-   MSSQL_INCDIR=$FREETDS_INSTALLATION_DIR/include
This page took 0.038746 seconds and 4 git commands to generate.