From 4bcf4530a5ed7128ef85a576cc8f29b87a46122f Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Wed, 20 Jun 2018 00:32:21 +0200 Subject: [PATCH] WIP: removed fast mode from RPM building script. --- scripts/rpm-data/klayout.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/rpm-data/klayout.spec b/scripts/rpm-data/klayout.spec index baeda0aa8..af30ff328 100644 --- a/scripts/rpm-data/klayout.spec +++ b/scripts/rpm-data/klayout.spec @@ -86,7 +86,6 @@ For details see README.md TARGET="linux-release" -# TODO: remove -without-qtbinding %if "%{git_source}" != "" # build from git sources if possible cd %{git_source} @@ -96,7 +95,7 @@ cd %{_sourcedir} ./build.sh -rpath %{_libdir}/klayout \ -bin %{_builddir}/bin.$TARGET \ -build %{_builddir}/build.$TARGET \ - %{buildopt} -without-qtbinding + %{buildopt} cp -p LICENSE Changelog CONTRIB %{_builddir} strip %{_builddir}/bin.$TARGET/*.so