[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pecl-cvs
Subject:    [PECL-CVS] [pecl-database-pdo_ibm] ci: Fix PDO include path when using modern m4 macro
From:       Calvin Buckley <noreply () php ! net>
Date:       2022-02-17 19:07:31
Message-ID: opEDsYvCggFXN9ztwEzpFRhMpYmI8Qktamo5iSJVYys () main ! php ! net
[Download RAW message or body]

Author: Calvin Buckley (NattyNarwhal)
Date: 2022-02-17T15:05:43-04:00

Commit: https://github.com/php/pecl-database-pdo_ibm/commit/6d4228b11f2c5fef36fffaf6047b02a603af777e
 Raw diff: https://github.com/php/pecl-database-pdo_ibm/commit/6d4228b11f2c5fef36fffaf6047b02a603af777e.diff


Fix PDO include path when using modern m4 macro

Christoph pointed out this was wrong with the new macro; very subtle!

Changed paths:
  M  config.m4


Diff:

diff --git a/config.m4 b/config.m4
index 0aceacb..db9c189 100755
--- a/config.m4
+++ b/config.m4
@@ -99,9 +99,9 @@ if test "$PHP_PDO_IBM" != "no"; then
   esac
 
   if test -r $LIB_DIR/libdb400.a ; then
-    PHP_NEW_EXTENSION(pdo_ibm, $php_pdo_ibm_sources_core, \
$ext_shared,,-I$pdo_inc_path -DPASE) +    PHP_NEW_EXTENSION(pdo_ibm, \
$php_pdo_ibm_sources_core, $ext_shared,,-I$pdo_cv_inc_path -DPASE)  else
-    PHP_NEW_EXTENSION(pdo_ibm, $php_pdo_ibm_sources_core, \
$ext_shared,,-I$pdo_inc_path) +    PHP_NEW_EXTENSION(pdo_ibm, \
$php_pdo_ibm_sources_core, $ext_shared,,-I$pdo_cv_inc_path)  fi
 
   ifdef([PHP_ADD_EXTENSION_DEP],

-- 
PECL CVS Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic