Skip to content

Commit 37a0428

Browse files
committed
debian packaging update
1 parent f3ff3b4 commit 37a0428

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
@@ -73,6 +73,10 @@ ifneq (,$(findstring $(DISTRIBUTION),"wheezy jessie sid precise quantal raring s
7373
CMAKE_OPTS += -DWITH_PYSPATIALITE=TRUE
7474
endif
7575

76+
ifneq (,$(findstring $(DISTRIBUTION),"sid sid-oracle"))
77+
CMAKE_OPTS += -DPOSTGRES_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libpq.so
78+
endif
79+
7680
ifneq (,$(findstring $(DISTRIBUTION),"jessie raring saucy trusty sid sid-oracle"))
7781
CMAKE_OPTS += -DPYTHON_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libpython2.7.so
7882
endif

0 commit comments

Comments
 (0)