wok rev 20242
Up pgrouting
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 10 09:52:05 2018 +0100 (2018-03-10) |
parents | f2bea3663690 |
children | cd6f97af4cc7 |
files | pgrouting/receipt |
line diff
1.1 --- a/pgrouting/receipt Fri Mar 09 18:10:50 2018 +0100 1.2 +++ b/pgrouting/receipt Sat Mar 10 09:52:05 2018 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pgrouting" 1.7 -VERSION="2.4.1" 1.8 +VERSION="2.5.2" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="provide geospatial routing for PostGIS / PostgreSQL." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -18,6 +18,7 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 + sed -i 's/INT2ARRAYOID/1005/' src/common/src/get_check_data.c 1.17 mkdir build 1.18 cd build 1.19 cmake -DWITH_DD=ON ..