forked from pool/libqt5-qtbase
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:
parent
43852afb3d
commit
9763b62ee3
@ -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
|
Fri Jun 29 07:21:37 UTC 2018 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
@ -902,7 +902,9 @@ echo yes | ./configure \
|
|||||||
-plugin-sql-odbc \
|
-plugin-sql-odbc \
|
||||||
-plugin-sql-mysql -I/usr/include/mysql/ \
|
-plugin-sql-mysql -I/usr/include/mysql/ \
|
||||||
-qpa "xcb;wayland" \
|
-qpa "xcb;wayland" \
|
||||||
-v
|
-v \
|
||||||
|
QMAKE_CFLAGS+="$CFLAGS" \
|
||||||
|
QMAKE_CXXFLAGS+="$CXXFLAGS"
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user