[SCM] qtwebengine packaging branch, master, updated. debian/5.7.1+dfsg-1-11-gfa7a4f6

Sandro Knauß hefee at moszumanska.debian.org
Tue Jan 3 23:56:20 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtwebengine.git;a=commitdiff;h=fa7a4f6

The following commit has been merged in the master branch:
commit fa7a4f6410dd9ad139bfcb1e610dcf88930a45bf
Author: Sandro Knauß <hefee at debian.org>
Date:   Wed Jan 4 00:56:00 2017 +0100

    fix syntax error in d/rules
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index eac22f3..6b694c1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -104,7 +104,7 @@ ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(disabled_pch_architectur
 endif
 
 	# Make ld not cache the symbol tables of input files in memory to avoid memory exhaustion during the linking phase.
-	QMAKE_LFLAGS += -Wl,--no-keep-memory
+	echo "QMAKE_LFLAGS += -Wl,--no-keep-memory" >> .qmake.conf
 
 	# Run qmake again now with the proper values.
 	qmake  WEBENGINE_CONFIG+="$(defines)" QT_BUILD_PARTS+=" tests"

-- 
qtwebengine packaging



More information about the pkg-kde-commits mailing list