[postgis-tickets] r14538 - Attempt to install extension install issue on Alpine Linux 3.2
Regina Obe
lr at pcorp.us
Sat Jan 2 22:07:12 PST 2016
Author: robe
Date: 2016-01-02 22:07:12 -0800 (Sat, 02 Jan 2016)
New Revision: 14538
Modified:
trunk/extensions/postgis/Makefile.in
trunk/extensions/postgis_topology/Makefile.in
Log:
Attempt to install extension install issue on Alpine Linux 3.2
references #3390 for PostGIS 2.3
move perl define below PGXS inclued to prevent PGXS from overwriting it.
Modified: trunk/extensions/postgis/Makefile.in
===================================================================
--- trunk/extensions/postgis/Makefile.in 2016-01-02 20:50:39 UTC (rev 14537)
+++ trunk/extensions/postgis/Makefile.in 2016-01-03 06:07:12 UTC (rev 14538)
@@ -4,7 +4,6 @@
EXTVERSION = @POSTGIS_LIB_VERSION@
MINORVERSION = @POSTGIS_MAJOR_VERSION at .@POSTGIS_MINOR_VERSION@
GREP = @GREP@
-PERL=@PERL@
MICRO_NUMBER = $(shell echo $(EXTVERSION) | sed "s/[0-9]\.[0-9]\.\([0-9]*\)[a-zA-Z]*[0-9]*/\1/")
PREREL_NUMBER = $(shell echo $(EXTVERSION) | \
@@ -122,3 +121,4 @@
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)
+PERL=@PERL@
Modified: trunk/extensions/postgis_topology/Makefile.in
===================================================================
--- trunk/extensions/postgis_topology/Makefile.in 2016-01-02 20:50:39 UTC (rev 14537)
+++ trunk/extensions/postgis_topology/Makefile.in 2016-01-03 06:07:12 UTC (rev 14538)
@@ -4,7 +4,6 @@
EXTVERSION = @POSTGIS_LIB_VERSION@
MINORVERSION = @POSTGIS_MAJOR_VERSION at .@POSTGIS_MINOR_VERSION@
GREP=@GREP@
-PERL=@PERL@
MICRO_NUMBER = $(shell echo $(EXTVERSION) | sed "s/[0-9]\.[0-9]\.\([0-9]*\)[a-zA-Z]*[0-9]*/\1/")
PREREL_NUMBER = $(shell echo $(EXTVERSION) | \
@@ -87,3 +86,4 @@
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)
+PERL=@PERL@
More information about the postgis-tickets
mailing list