]> granicus.if.org Git - postgis/commitdiff
Attempt to install extension install issue on Alpine Linux 3.2
authorRegina Obe <lr@pcorp.us>
Sun, 3 Jan 2016 06:07:12 +0000 (06:07 +0000)
committerRegina Obe <lr@pcorp.us>
Sun, 3 Jan 2016 06:07:12 +0000 (06:07 +0000)
references #3390 for PostGIS 2.3
move perl define below PGXS inclued to prevent PGXS from overwriting it.

git-svn-id: http://svn.osgeo.org/postgis/trunk@14538 b70326c6-7e19-0410-871a-916f4a2858ee

extensions/postgis/Makefile.in
extensions/postgis_topology/Makefile.in

index 088c146663366cb8a6483bb7f82d4ba6de30441a..df89dbf226267f765c7706eacef5a5484ce0bb65 100644 (file)
@@ -4,7 +4,6 @@ EXTENSION     = postgis
 EXTVERSION    = @POSTGIS_LIB_VERSION@
 MINORVERSION  = @POSTGIS_MAJOR_VERSION@.@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 @@ distclean: clean
 
 PGXS := $(shell $(PG_CONFIG) --pgxs)
 include $(PGXS)
+PERL=@PERL@
index 832d2cc8eb075f5839d31cc7857a153c6f06f17f..16a86322c63042a79722e8dc98480d2735f3035b 100644 (file)
@@ -4,7 +4,6 @@ EXTENSION    = postgis_topology
 EXTVERSION    = @POSTGIS_LIB_VERSION@
 MINORVERSION  = @POSTGIS_MAJOR_VERSION@.@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 @@ distclean: clean
 
 PGXS := $(shell $(PG_CONFIG) --pgxs)
 include $(PGXS)
+PERL=@PERL@