Skip to content

Commit b2e7467

Browse files
committed
debian packaging update
(cherry picked from commit 977b5f2)
1 parent dee0339 commit b2e7467

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

debian/rules

+4
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@ endif
153153
-DORACLE_INCLUDEDIR=$(ORACLE_INCLUDEDIR)
154154
endif
155155

156+
ifneq (,$(findstring $(DISTRIBUTION),"sid stretch"))
157+
CMAKE_OPTS += -DFCGI_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libfcgi.so
158+
endif
159+
156160
ifneq (,$(findstring $(DISTRIBUTION),"sid stretch jessie"))
157161
CMAKE_OPTS += -DSPATIALINDEX_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libspatialindex.so
158162
endif

0 commit comments

Comments
 (0)