[springlobby] 09/12: Disable internal use of jsoncpp.
    Markus Koschany 
    apo-guest at moszumanska.debian.org
       
    Thu Oct  1 13:38:57 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository springlobby.
commit 9d3ce5072e54eae8515aa3c3f088b64727b79233
Author: Markus Koschany <apo at gambaru.de>
Date:   Thu Oct 1 14:02:25 2015 +0200
    Disable internal use of jsoncpp.
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)
diff --git a/debian/rules b/debian/rules
index df91814..284336b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,9 @@ PROGDIR := $(CURDIR)/debian/tmp
 %:
 	dh $@ --parallel --buildsystem=cmake
 
+override_dh_auto_configure:
+	dh_auto_configure -- -DPRD_JSONCPP_INTERNAL=OFF
+
 override_dh_auto_build:
 	dh_auto_build
 	$(MAKE) -C debian/manpages
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/springlobby.git
    
    
More information about the Pkg-games-commits
mailing list