[springlobby] 25/28: Set LSL_JSONCPP_INTERNAL to OFF
Markus Koschany
apo at moszumanska.debian.org
Mon Apr 11 04:58:41 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository springlobby.
commit f0f5e0ce58b7a12921cc729ef1273e25044ed146
Author: Markus Koschany <apo at debian.org>
Date: Mon Apr 11 03:44:24 2016 +0200
Set LSL_JSONCPP_INTERNAL to OFF
---
debian/rules | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 959e4ab..99b7be4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,7 @@
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
# Disable wxwidgets3.0 assertions
export DEB_CPPFLAGS_MAINT_APPEND = -DNDEBUG
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
PROGDIR := $(CURDIR)/debian/springlobby
@@ -11,7 +12,8 @@ PROGDIR := $(CURDIR)/debian/springlobby
override_dh_auto_configure:
dh_auto_configure -- \
- -DPRD_JSONCPP_INTERNAL=OFF
+ -DPRD_JSONCPP_INTERNAL=OFF \
+ -DLSL_JSONCPP_INTERNAL=OFF
override_dh_auto_build:
dh_auto_build
@@ -28,6 +30,7 @@ override_dh_auto_clean:
$(MAKE) -C debian/manpages clean
# Ensure we don't build against the embedded version of jsoncpp
$(RM) -r src/downloader/lib/src/lib/jsoncpp
+ $(RM) -r src/lsl/lib/jsoncpp
get-orig-source:
uscan --download-current-version --force-download --repack --compression xz
--
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