mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-06 19:47:16 +08:00
17 lines
514 B
Diff
17 lines
514 B
Diff
|
author: Fathi Boudra <fabo@debian.org>
|
||
|
|
||
|
workaround as LDFLAGS isn't honored by configure script.
|
||
|
Bug reported to Trolltech.
|
||
|
|
||
|
--- a/configure
|
||
|
+++ b/configure
|
||
|
@@ -583,6 +583,8 @@ mkdir -p "$outpath/config.tests"
|
||
|
rm -f "$outpath/config.tests/.qmake.cache"
|
||
|
cp "$QMAKE_VARS_FILE" "$outpath/config.tests/.qmake.cache"
|
||
|
|
||
|
+QMakeVar add QMAKE_LFLAGS -Wl,--as-needed
|
||
|
+
|
||
|
QMakeVar add styles "cde mac motif plastique cleanlooks windows"
|
||
|
QMakeVar add decorations "default windows styled"
|
||
|
QMakeVar add gfx-drivers "linuxfb"
|