- Old patches now upstreamed, new patches for cmake required. LIBDIR handling needs cleanup (not required part in rpath.patch).
11 lines
353 B
Diff
11 lines
353 B
Diff
diff --git a/runCmake b/runCmake
|
|
index f37873c..6d19253 100755
|
|
--- a/runCmake
|
|
+++ b/runCmake
|
|
@@ -40,5 +40,5 @@ fi
|
|
# create the build path
|
|
mkdir -p $BUILDDIR
|
|
cd $BUILDDIR
|
|
-PATH=${QTPATH}:${PYPATH}:${PATH} ARCH=${ARCH} CSPATH=${CSPATH} ${CMAKE} ${CHAIN} ..
|
|
+PATH=${QTPATH}:${PYPATH}:${PATH} ARCH=${ARCH} CSPATH=${CSPATH} ${CMAKE} ${CHAIN} $@ ..
|
|
cd ..
|