[postgis-tickets] [SCM] PostGIS branch master updated. 2ee8e58e5f2401951cd9cd9765274100c324376d
git at osgeo.org
git at osgeo.org
Fri Jan 10 09:33:49 PST 2020
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 "PostGIS".
The branch, master has been updated
via 2ee8e58e5f2401951cd9cd9765274100c324376d (commit)
from bbeae066788d11ca92dd60b5b26f3f0f156a713d (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 2ee8e58e5f2401951cd9cd9765274100c324376d
Author: Raúl Marín <git at rmr.ninja>
Date: Fri Jan 10 18:06:42 2020 +0100
Ryu Makefile: Include shell variable
Libtool uses the default shell, and for dronie this seems to be
different than bash so it fails to understand the syntax.
References #4543
diff --git a/deps/ryu/Makefile.in b/deps/ryu/Makefile.in
index 0c08dae..acc61fa 100644
--- a/deps/ryu/Makefile.in
+++ b/deps/ryu/Makefile.in
@@ -25,6 +25,8 @@
CC=@CC@
CFLAGS = -I.. @CPPFLAGS@ @CFLAGS@ @PICFLAGS@ -DRYU_NO_TRAILING_ZEROS
top_builddir = @top_builddir@
+SHELL = @SHELL@
+INSTALL = @INSTALL@
LIBTOOL = @LIBTOOL@
RYU_OBJS = d2fixed.o
-----------------------------------------------------------------------
Summary of changes:
deps/ryu/Makefile.in | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list