mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
qt5-qmake: fix cross compilation after 200 builds.
This commit is contained in:
parent
267ad8cb79
commit
43de6b5cd2
1 changed files with 1 additions and 1 deletions
|
@ -1134,7 +1134,7 @@ qt5-qmake_package() {
|
|||
if [ "$CROSS_BUILD" ]; then
|
||||
vsed -i ${PKGDESTDIR}/usr/lib/qt5/mkspecs/common/gcc-base.conf \
|
||||
-e "s|^\(QMAKE_CFLAGS_RELEASE.*\) ${XBPS_CFLAGS}|\1|"
|
||||
vsed -i ${PKGDESTDIR}/usr/lib/qt5/mkspecs/common/g++-unix.conf
|
||||
vsed -i ${PKGDESTDIR}/usr/lib/qt5/mkspecs/common/g++-unix.conf \
|
||||
-e "s|^\(QMAKE_LFLAGS_RELEASE.*\) ${XBPS_LDFLAGS}|\1|"
|
||||
else
|
||||
vsed -i ${PKGDESTDIR}/usr/lib/qt5/mkspecs/common/gcc-base.conf \
|
||||
|
|
Loading…
Add table
Reference in a new issue