[Pkg-privacy-commits] [vidalia] 146/160: Disable miniupnpc support: it uses a very old embedded copy of that library.
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:15:09 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository vidalia.
commit 91892dc4b85e03c6f119aa67e880a0bdc87aea54
Author: intrigeri <intrigeri at boum.org>
Date: Mon Feb 24 10:39:26 2014 +0000
Disable miniupnpc support: it uses a very old embedded copy of that library.
We don't want to cause headaches to the security team, and Vidalia being
currently unmaintained upstream, there are very little chances someone will help
us support building against the (much newer) system miniupnpc.
Incidentally, this fixes a FTBFS on Hurd caused by that oldish miniupnpc.
---
debian/rules | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 87f7048..08391b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,7 +44,8 @@ build-stamp:
cd debian/build; \
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DQT_LRELEASE_EXECUTABLE=/usr/bin/lrelease-qt4 \
- -QT_LUPDATE_EXECUTABLE=/usr/bin/lupdate-qt4 ../.. ;\
+ -QT_LUPDATE_EXECUTABLE=/usr/bin/lupdate-qt4 \
+ -DUSE_MINIUPNPC=0 ../.. ;\
make
touch $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/vidalia.git
More information about the Pkg-privacy-commits
mailing list