[Buildroot] [PATCH v4] package/libgdal: new package

Arnout Vandecappelle arnout at mind.be
Tue Aug 3 20:19:47 UTC 2021



On 03/08/2021 22:09, Arnout Vandecappelle wrote:
>  Hi Dominik,
> 
>  I still have a few comments. I could make the necessary changes myself, but I'm
> feeling lazy today :-).
> 
> On 02/08/2021 11:24, Dominik Michael Rauh wrote:
>> GDAL is a translator library for raster and vector geospatial data
>> formats. As a library, it presents a single raster abstract data model
>> and single vector abstract data model to the calling application for all
>> supported formats. It also comes with a variety of useful command line
>> utilities for data translation and processing.
>>
>> https://gdal.org/
>>
>> Signed-off-by: Dominik Michael Rauh <dmrauh at posteo.de>
>  It's really nice that you add this package, because when I added postgis
> (contributed by Maxim) I didn't notice that it had on optional dependency on
> GDAL, which wasn't added yet...

 Turns out that postgis with gdal actually doesn't build:

checking GDAL version... not found
configure: error: gdal-config not found. Use --without-raster or try
--with-gdalconfig=<path to gdal-config>


We'll probably need to add --with-gdalconfig=$(STAGING_DIR)/usr/bin/gdal-config
to postgis, and LIBGDAL_CONFIG_SCRIPTS = gdal-config


 Regards,
 Arnout


More information about the buildroot mailing list