qbrew (0.4.1-2) configure

Summary

 configure |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

    
download this patch

Patch contents

--- qbrew-0.4.1.orig/configure
+++ qbrew-0.4.1/configure
@@ -300,7 +300,9 @@
 
 echo "Creating Makefile"
 
-$QMAKE -o $SOURCEPATH/Makefile "CONFIG+=$BUILDMODE configure" $PROFILE > /dev/null 2>> $LOGFILE
+$QMAKE "QMAKE_CXXFLAGS=\"$CXXFLAGS\"" "QMAKE_LFLAGS=\"$LDFLAGS\"" \
+    -o $SOURCEPATH/Makefile "CONFIG+=$BUILDMODE configure" \
+    $PROFILE > /dev/null 2>> $LOGFILE
 
 if [ $? != "0" ] ; then
     echo "ERROR: could not create Makefile. See config.log"