[qscintilla/f18] tweak build flags, hopefully fix ftbfs

Rex Dieter rdieter at fedoraproject.org
Mon Mar 4 23:52:33 UTC 2013


commit 5e1c821810c9a9e71d5bcc4224ce6768153f998d
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Mon Mar 4 17:51:56 2013 -0600

    tweak build flags, hopefully fix ftbfs

 qscintilla.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/qscintilla.spec b/qscintilla.spec
index 8aa0bcc..95873ee 100644
--- a/qscintilla.spec
+++ b/qscintilla.spec
@@ -63,6 +63,8 @@ sed -i 's/\r//' LICENSE.GPL2 GPL_EXCEPTION_ADDENDUM.TXT
 
 
 %build
+PATH=%{_qt4_bindir}:$PATH; export PATH
+
 pushd Qt4Qt5
 %{_qt4_qmake} qscintilla.pro
 make %{?_smp_mflags}
@@ -79,7 +81,9 @@ pushd Python
   configure.py \
     -c -j 3 \
     -n ../Qt4Qt5 \
-    -o ../Qt4Qt5
+    -o ../Qt4Qt5 \
+    --no-timestamp
+
 make %{?_smp_mflags}
 popd
 %endif


More information about the scm-commits mailing list