Skip to content

Commit

Permalink
disable 3D in debian packages for debian unstable/buster
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Apr 11, 2018
1 parent 3400199 commit bb0bfea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Expand Up @@ -102,7 +102,7 @@ ifneq (,$(findstring $(DISTRIBUTION),"sid buster stretch"))
CMAKE_OPTS += -DPOSTGRES_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libpq.so
endif

ifneq (,$(findstring $(DISTRIBUTION),"artful bionic buster sid"))
ifneq (,$(findstring $(DISTRIBUTION),"artful bionic"))
CMAKE_OPTS += \
-DWITH_3D=TRUE \
-DGEOS_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libgeos_c.so
Expand Down

0 comments on commit bb0bfea

Please sign in to comment.