[minetest-v04x] 01/04: Enable the postgresql backend.

Markus Koschany apo at moszumanska.debian.org
Sat Jun 10 19:41:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository minetest-v04x.

commit 0fb891b60b796bb903959b4293874a1cf8b3ed63
Author: Markus Koschany <apo at debian.org>
Date:   Mon Jun 5 17:21:11 2017 +0200

    Enable the postgresql backend.
---
 debian/control | 2 ++
 debian/rules   | 1 +
 2 files changed, 3 insertions(+)

diff --git a/debian/control b/debian/control
index 5594495..37e8df7 100644
--- a/debian/control
+++ b/debian/control
@@ -23,9 +23,11 @@ Build-Depends:
  libogg-dev,
  libopenal-dev,
  libpng-dev,
+ libpq-dev,
  libsqlite3-dev,
  libvorbis-dev,
  libx11-dev,
+ postgresql-server-dev-all,
  zlib1g-dev
 Standards-Version: 3.9.8
 Homepage: http://minetest.net/
diff --git a/debian/rules b/debian/rules
index 5efbe9d..e95f2c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -60,6 +60,7 @@ override_dh_auto_configure:
 		-DFREETYPE_INCLUDE_DIR_freetype2=/usr/include/freetype2 \
 		-DFREETYPE_INCLUDE_DIR_ft2build=/usr/include \
 		-DENABLE_LEVELDB=1 \
+		-DENABLE_POSTGRESQL=1 \
 		-DLEVELDB_INCLUDE_DIR=/usr/include/leveldb \
 		-DCUSTOM_LOCALEDIR=/usr/share/locale \
 		-DCUSTOM_SHAREDIR=/usr/share/games/minetest \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/minetest-v04x.git



More information about the Pkg-games-commits mailing list