commit e68873be1622982efda2e25db0699f11b7052780
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Aug 2 13:02:07 2021 +0100
git add changeset_90377.diff
changeset_90377.diff | 11 +++++++++++
1 file changed, 11 insertions(+)
---
diff --git a/changeset_90377.diff b/changeset_90377.diff
new file mode 100644
index 0000000..05aad15
--- /dev/null
+++ b/changeset_90377.diff
@@ -0,0 +1,11 @@
+Index: /trunk/configure
+===================================================================
+--- trunk/configure (revision 90360)
++++ trunk/configure (revision 90377)
+@@ -1588,5 +1588,5 @@
+ if [ $? -eq 0 ]; then
+ echo "(Qt5 from pkg-config)" >> $LOG
+- FLGQT5=`pkg-config Qt5Core Qt5Gui --cflags`
++ FLGQT5=`pkg-config Qt5Core --cflags`
+ # gcc 4.8 is able to compile with C++11 (see also VBOX_GCC_std in Config.kmk)
+ [ $(($cc_maj * 100 + $cc_min)) -ge 408 ] && FLGQT5="$FLGQT5
-std=c++11"