# HG changeset patch # User Hans-G?nter Theisgen # Date 1585727735 -3600 # Node ID 7a3de9a33cba1fd02c2375f082e0448588aef0cc # Parent e28ff3691c2a107da1841699a582d82b9f46095a updated pgrouting (2.6.2 -> 2.6.3) diff -r e28ff3691c2a -r 7a3de9a33cba pgrouting/receipt --- a/pgrouting/receipt Wed Apr 01 08:15:38 2020 +0100 +++ b/pgrouting/receipt Wed Apr 01 08:55:35 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="pgrouting" -VERSION="2.6.2" +VERSION="2.6.3" CATEGORY="misc" SHORT_DESC="Provide geospatial routing for PostGIS and PostgreSQL." MAINTAINER="pascal.bellard@slitaz.org" @@ -21,8 +21,8 @@ { sed -i 's/INT2ARRAYOID/1005/' src/common/get_check_data.c - mkdir build - cd build + mkdir build && + cd build && cmake .. && make && make install @@ -32,7 +32,7 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/* $fs/usr + cp -a $install/usr/* $fs/usr sed -i 's|\$libdir|/usr/lib/postgresql|' \ $fs/usr/share/postgresql/extension/*.sql }