Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
5 additions
and
3 deletions.
-
+5
−3
debian/rules
|
@@ -121,9 +121,11 @@ ifneq (,$(findstring $(DISTRIBUTION),"wheezy precise")) |
|
|
endif |
|
|
|
|
|
ifneq (,$(findstring $(DISTRIBUTION),"sid stretch")) |
|
|
CMAKE_OPTS += \ |
|
|
-DPOSTGRES_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libpq.so \ |
|
|
-DWITH_QTWEBKIT=FALSE |
|
|
CMAKE_OPTS += -DPOSTGRES_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libpq.so |
|
|
endif |
|
|
|
|
|
ifneq (,$(findstring $(DISTRIBUTION),"sid stretch xenial")) |
|
|
CMAKE_OPTS += -DWITH_QTWEBKIT=FALSE |
|
|
endif |
|
|
|
|
|
ifneq (,$(findstring $(DISTRIBUTION),"sid")) |
|
|