]> git.pld-linux.org Git - packages/php-pecl-geoip.git/commitdiff
Rediff patch
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 2 Mar 2023 09:23:33 +0000 (10:23 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 2 Mar 2023 09:23:33 +0000 (10:23 +0100)
find_libgeoip.patch

index 54bc25cf2769b34dcee603f6ce6f46e8154fc689..87bcfd5dd08fa1c16b27ea57514df25a605fea27 100644 (file)
@@ -5,10 +5,11 @@ find /usr/lib/ -name libGeoIP.*.*.*.*
 
 just issue echo, as we know the library is not in subdir
 
---- php-pecl-geoip-1.0.8/config.m4~    2011-11-14 09:52:06.000000000 +0200
-+++ php-pecl-geoip-1.0.8/config.m4     2011-11-14 09:54:12.605545198 +0200
-@@ -83,7 +83,7 @@
+diff -urNp -x '*.orig' php53-pecl-geoip-1.1.1.org/config.m4 php53-pecl-geoip-1.1.1/config.m4
+--- php53-pecl-geoip-1.1.1.org/config.m4       2016-08-19 02:19:01.000000000 +0200
++++ php53-pecl-geoip-1.1.1/config.m4   2023-03-02 10:23:02.300043627 +0100
+@@ -109,7 +109,7 @@ if test "$PHP_GEOIP" != "no"; then
+   
    # Check to see if we are using the LGPL library (version 1.4.0 and newer)
    AC_MSG_CHECKING([for LGPL compatible GeoIP libs])
 -  libgeoip_full_version=`find $GEOIP_DIR/$PHP_LIBDIR/ -name libGeoIP.\*.\*.\*.\* | cut -d . -f 2-5 | sort`
This page took 0.149909 seconds and 4 git commands to generate.