We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 934311e commit 977b5f2Copy full SHA for 977b5f2
debian/rules
@@ -153,6 +153,10 @@ endif
153
-DORACLE_INCLUDEDIR=$(ORACLE_INCLUDEDIR)
154
endif
155
156
+ifneq (,$(findstring $(DISTRIBUTION),"sid stretch"))
157
+ CMAKE_OPTS += -DFCGI_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libfcgi.so
158
+endif
159
+
160
ifneq (,$(findstring $(DISTRIBUTION),"sid stretch jessie"))
161
CMAKE_OPTS += -DSPATIALINDEX_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libspatialindex.so
162
0 commit comments