Skip to content

Commit

Permalink
debian packaging: update gdal library location on ubuntu kinetic
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Aug 11, 2022
1 parent 381ec61 commit 3371e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Expand Up @@ -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

Expand Down

0 comments on commit 3371e22

Please sign in to comment.