[packages/phantomjs/dev-2.1] actually pass options to qt config

glen glen at pld-linux.org
Wed Mar 23 21:34:39 CET 2016


commit 3f434b207180e78a7a4bb3b066c7a37c56883a01
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Mar 23 22:34:34 2016 +0200

    actually pass options to qt config

 phantomjs.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/phantomjs.spec b/phantomjs.spec
index 8165759..3460d8a 100644
--- a/phantomjs.spec
+++ b/phantomjs.spec
@@ -99,11 +99,13 @@ rm -r src/linenoise
 
 %build
 qtconfig() {
-	for a in; do
+	for a in "$@"; do
 		echo --qt-config="$a"
 	done
 }
 qtconfig=" \
+	-v \
+	-force-pkg-config \
 	-system-freetype \
 	-system-libjpeg \
 	-system-libpng \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/phantomjs.git/commitdiff/3f434b207180e78a7a4bb3b066c7a37c56883a01



More information about the pld-cvs-commit mailing list