[postgis-tickets] r17098 - Don't install liblwgeom.
Darafei
komzpa at gmail.com
Mon Dec 3 12:31:57 PST 2018
Author: komzpa
Date: 2018-12-03 12:31:57 -0800 (Mon, 03 Dec 2018)
New Revision: 17098
Modified:
trunk/NEWS
trunk/liblwgeom/Makefile.in
Log:
Don't install liblwgeom.
Closes https://github.com/postgis/postgis/pull/348
Closes #4260
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2018-12-03 20:16:40 UTC (rev 17097)
+++ trunk/NEWS 2018-12-03 20:31:57 UTC (rev 17098)
@@ -10,6 +10,9 @@
dimentions that aren't present in both operands.
Please REINDEX your ND indexes after upgrade. (Darafei Praliaskouski)
- #4229, Dropped support for PostgreSQL < 9.5. (Darafei Praliaskouski)
+ - #4260, liblwgeom headers are not installed anymore.
+ If your project depends on them available, please use
+ librttopo instead. (Darafei Praliaskouski)
* New Features *
- #2902, postgis_geos_noop (Sandro Santilli)
Modified: trunk/liblwgeom/Makefile.in
===================================================================
--- trunk/liblwgeom/Makefile.in 2018-12-03 20:16:40 UTC (rev 17097)
+++ trunk/liblwgeom/Makefile.in 2018-12-03 20:31:57 UTC (rev 17098)
@@ -158,22 +158,6 @@
all: liblwgeom.la
-install: install-liblwgeom
-
-uninstall: uninstall-liblwgeom
-
-install-liblwgeom: liblwgeom.la
- $(INSTALL) -d "$(DESTDIR)$(libdir)"
- $(LIBTOOL) --mode=install $(INSTALL) liblwgeom.la "$(DESTDIR)$(libdir)/liblwgeom.la"
- $(INSTALL) -d "$(DESTDIR)$(includedir)"
- $(INSTALL) -m 0644 liblwgeom.h "$(DESTDIR)$(includedir)/liblwgeom.h"
- $(INSTALL) -m 0644 liblwgeom_topo.h "$(DESTDIR)$(includedir)/liblwgeom_topo.h"
-
-uninstall-liblwgeom:
- $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/liblwgeom.la"
- $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(includedir)/liblwgeom.h"
- $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(includedir)/liblwgeom_topo.h"
-
# Make all objects depend upon postgis_config.h and postgis_svn_revision.h
$(LT_OBJS): ../postgis_config.h ../postgis_svn_revision.h $(SA_HEADERS)
More information about the postgis-tickets
mailing list