[Lunar-commits] <moonbase> qt4: Adjusting the BUILD to fix an issue with libQtClucene.so.4 not found

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Thu Sep 9 01:35:18 CEST 2010


commit 1a6642f1461bf1763e35d20b0801804c5e544df8
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Wed Sep 8 19:35:18 2010 -0400

    qt4: Adjusting the BUILD to fix an issue with libQtClucene.so.4 not found
    
    as noted in IRC by Hirager.
    
    Thanks.
---
 qt4-apps/qt4/BUILD |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/qt4-apps/qt4/BUILD b/qt4-apps/qt4/BUILD
index 023127a..a9aa537 100644
--- a/qt4-apps/qt4/BUILD
+++ b/qt4-apps/qt4/BUILD
@@ -1,8 +1,8 @@
 (
 
-  export QTDIR=${MODULE_PREFIX}
-  export PATH=$QTDIR/bin:$PATH
-  export LD_LIBRARY_PATH=$QTDIR/lib
+  export QTDIR=$SOURCE_DIRECTORY &&
+  export PATH=$QTDIR/bin:$PATH   &&
+  export LD_LIBRARY_PATH=$QTDIR/lib &&
 
   sedit "s:COMMERCIAL_USER=ask:COMMERCIAL_USER=no:" configure &&
   sedit "s/-O2/$CFLAGS/" mkspecs/common/g++.conf &&
@@ -17,16 +17,16 @@
 
   OPTS="-largefile -multimedia -audio-backend -no-separate-debug-info -script -release -scripttools -accessibility -glib -optimized-qmake -no-phonon -xmlpatterns -fast -shared" &&
 
-  echo "yes" | ./configure                             \
-               -prefix ${QTDIR}                        \
-               -docdir ${QTDIR}/share/$MODULE          \
-               -plugindir /opt/lunar/plugins/qt4       \
-               -datadir ${QTDIR}/share/$MODULE         \
-               -translationdir ${QTDIR}/share/$MODULE  \
-               -sysconfdir /etc/$MODULE/               \
-               -examplesdir ${QTDIR}/share/$MODULE     \
-               -demosdir ${QTDIR}/share/$MODULE        \
-               $OPTS                                  &&
+  echo "yes" | ./configure                                     \
+               -prefix ${MODULE_PREFIX}                        \
+               -docdir ${MODULE_PREFIX}/share/$MODULE          \
+               -plugindir /opt/lunar/plugins/qt4               \
+               -datadir ${MODULE_PREFIX}/share/$MODULE         \
+               -translationdir ${MODULE_PREFIX}/share/$MODULE  \
+               -sysconfdir /etc/$MODULE/                       \
+               -examplesdir ${MODULE_PREFIX}/share/$MODULE     \
+               -demosdir ${MODULE_PREFIX}/share/$MODULE        \
+               $OPTS                                           &&
 
   default_make  &&
 


More information about the Lunar-commits mailing list