Accepting request 631990 from KDE:Qt5

- Pass CFLAGS and CXXFLAGS to configure explicitly to ensure that
  they are used

OBS-URL: https://build.opensuse.org/request/show/631990
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=86
This commit is contained in:
Dominique Leuenberger 2018-09-03 08:33:15 +00:00 committed by Git OBS Bridge
parent 43852afb3d
commit 9763b62ee3
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Aug 27 20:34:33 UTC 2018 - fabian@ritter-vogt.de
- Pass CFLAGS and CXXFLAGS to configure explicitly to ensure that
they are used
-------------------------------------------------------------------
Fri Jun 29 07:21:37 UTC 2018 - fabian@ritter-vogt.de

View File

@ -902,7 +902,9 @@ echo yes | ./configure \
-plugin-sql-odbc \
-plugin-sql-mysql -I/usr/include/mysql/ \
-qpa "xcb;wayland" \
-v
-v \
QMAKE_CFLAGS+="$CFLAGS" \
QMAKE_CXXFLAGS+="$CXXFLAGS"
make %{?_smp_mflags}