ports/www/qt5-webengine/files/patch-configure.pri
Tobias C. Berner 1c35361b47 Update Qt5 to 5.12.2
- Thanks to kai for updating webengine.

Exp-run by:	antoine
PR:		236895
2019-04-05 20:50:59 +00:00

14 lines
517 B
Text

--- configure.pri.orig 2018-11-27 04:10:38 UTC
+++ configure.pri
@@ -85,9 +85,9 @@ defineTest(qtConfTest_detectFlex) {
}
defineTest(qtConfTest_detectGlibc) {
- ldd = $$qtConfFindInPath("ldd")
+ ldd = $$qtConfFindInPath("ld.bfd")
!isEmpty(ldd) {
- qtLog("Found ldd from path: $$ldd")
+ qtLog("Found ld.bfd from path: $$ldd")
qtRunLoggedCommand("$$ldd --version", version)|return(true)
version ~= 's/^.*[^0-9]\([0-9]*\.[0-9]*\).*$/\1/'
version = $$first(version)