[Lunar-commits] <moonbase-kde> qt4: Adjusting the BUILD. By default it does debug+relase, switching to release only.

Dennis Veatch stumbles at lunar-linux.org
Mon Sep 3 20:12:05 CEST 2012


commit 89f14816330531e222ef5e087362f99cf98c61c7
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Mon, 03 Sep 2012 11:12:05 -0700
URL: https://github.com/lunar-linux/moonbase-kde/commit/89f14816330531e222ef5e087362f99cf98c61c7

qt4: Adjusting the BUILD. By default it does debug+relase, switching to release only.
---
  qt4-apps/qt4/BUILD | +1/-1     
  1 file changed, 1 insertion(+), 1 deletion(-)

--- a/qt4-apps/qt4/BUILD
+++ b/qt4-apps/qt4/BUILD
@@ -35,7 +35,7 @@
   sed -i "/^QMAKE_LFLAGS\s/s|+=|+= ${LDFLAGS}|g" mkspecs/common/gcc-base.conf &&
 
 # Temporary. Make failes if no jit. Will revisit on next bump. Found by keios.
-  OPTS+=" -scripttools -no-declarative-debug -javascript-jit" &&
+  OPTS+=" -scripttools -no-declarative-debug -javascript-jit -release" &&
 
   ./configure  -confirm-license "${LICENSE_TYPE}"                  \
                -bindir "${MODULE_PREFIX}/bin"                      \




More information about the Lunar-commits mailing list