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

List:       pecl-cvs
Subject:    [PECL-CVS] com pecl/networking/gearman: Honours --with-libdir configure option: config.m4
From:       Rasmus Lerdorf <rasmus () php ! net>
Date:       2016-09-21 7:50:19
Message-ID: php-mail-6ebad68fcc89643f2c503c6f461bbab1632808740 () git ! php ! net
[Download RAW message or body]

Commit:    41f426011d0848fcfb76665b3d64c674f0b3ab61
Author:    Remi Collet <remi@famillecollet.com>         Wed, 21 Sep 2016 09:50:19 \
                +0200
Committer: GitHub <noreply@github.com>      Wed, 21 Sep 2016 09:50:19 +0200
Parents:   a2932e3c03ebf7bf0d686269b67ff19538d2192e
Branches:  master

Link:       http://git.php.net/?p=pecl/networking/gearman.git;a=commitdiff;h=41f426011d0848fcfb76665b3d64c674f0b3ab61


Log:
Honours --with-libdir configure option

As this can be lib or lib64

Changed paths:
  M  config.m4


Diff:
diff --git a/config.m4 b/config.m4
index b6b5f5f..a3e5ce3 100644
--- a/config.m4
+++ b/config.m4
@@ -15,7 +15,7 @@ PHP_ARG_WITH(gearman, whether to enable gearman support,
 if test "$PHP_GEARMAN" != "no"; then
   for i in $PHP_GEARMAN /usr/local /usr /opt/local; do
     if test -r $i/include/libgearman-1.0/gearman.h; then
-      GEARMAN_LIB_DIR=$i/lib
+      GEARMAN_LIB_DIR=$i/$PHP_LIBDIR
       GEARMAN_INC_DIR=$i/include
       AC_MSG_RESULT([found in $i])
       break


--
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