From 3371e22162bcb4552aafd1434ebbfe90d7b0c8bb Mon Sep 17 00:00:00 2001 From: "Juergen E. Fischer" Date: Thu, 11 Aug 2022 08:29:14 +0200 Subject: [PATCH] debian packaging: update gdal library location on ubuntu kinetic --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index ab168b36089e..d049a2454a83 100755 --- a/debian/rules +++ b/debian/rules @@ -117,7 +117,7 @@ ifneq (,$(findstring ;$(GRASSVER);, ";7;8;")) -DGRASS_PREFIX$(GRASSVER)=/usr/lib/$(GRASS) endif -ifneq (,$(findstring $(DISTRIBUTION),"sid")) +ifneq (,$(findstring $(DISTRIBUTION),"sid kinetic")) CMAKE_OPTS += -DGDAL_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libgdal.so endif