[geos-commits] [SCM] GEOS branch svn-3.5 updated. 4b5559e0688fc105f1daffb274c0092d2847468b

git at osgeo.org git at osgeo.org
Fri Oct 19 15:27:22 PDT 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, svn-3.5 has been updated
       via  4b5559e0688fc105f1daffb274c0092d2847468b (commit)
      from  51848c150bc1b5e1666ac49088f6c1ef6bcb270c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4b5559e0688fc105f1daffb274c0092d2847468b
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Oct 19 15:26:41 2018 -0700

    Remove explicit call to php-config
    Closes #772 <wraeth>

diff --git a/php/Makefile.am b/php/Makefile.am
index 5b50c0f..d3346fb 100644
--- a/php/Makefile.am
+++ b/php/Makefile.am
@@ -57,6 +57,6 @@ geos_la_CPPFLAGS = $(AM_CPPFLAGS) \
 
 install: all
 	$(INSTALL) -d "$(DESTDIR)"/`$(PHP_CONFIG) --extension-dir`
-	$(INSTALL) -m 755 .libs/geos.so "$(DESTDIR)"/`php-config --extension-dir`
+	$(INSTALL) -m 755 .libs/geos.so "$(DESTDIR)"/`$(PHP_CONFIG) --extension-dir`
 
 endif

-----------------------------------------------------------------------

Summary of changes:
 php/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list