[Python-modules-commits] [python-qt4] 01/01: Disable rpath in configure options, now that we are using unpatched sip.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Mon May 8 20:18:36 UTC 2017
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch master
in repository python-qt4.
commit ce3663b5741f69e3923321e72eb04fc5aa921755
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Mon May 8 23:16:53 2017 +0300
Disable rpath in configure options, now that we are using unpatched sip.
---
debian/changelog | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index eb65cd1..8ad259f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ python-qt4 (4.12+dfsg-1) UNRELEASED; urgency=medium
* Bump required sip version to 4.19.1, to make debug builds possible.
* Add a patch to fix building extensions for debug interpreters
(debug_interpreter.diff).
+ * Disable rpath in configure options, now that we are using unpatched sip.
-- Scott Kitterman <scott at kitterman.com> Thu, 20 Oct 2016 22:40:25 -0400
diff --git a/debian/rules b/debian/rules
index 11045a0..d127794 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,7 +43,7 @@ DEFAULT_PYTHON := $(shell pyversions -vd)
# STRIP is unset to let stripping be handled by dh_strip
SHARED_CONFIGURE_OPTIONS=--confirm-license --verbose \
-q /usr/bin/qmake-qt4 -c -j $(SPLIT) \
- LIBDIR_QT=/usr/lib STRIP="" MOC=moc-qt4 \
+ RPATH="" LFLAGS_RPATH="" STRIP="" MOC=moc-qt4 \
LIBS_OPENGL="" LIBS_X11="" LIBS_THREAD="" \
CFLAGS="${CFLAGS} ${CPPFLAGS}" \
CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}" \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-qt4.git
More information about the Python-modules-commits
mailing list