[qt-creator/f19] Use bundled botan

Sandro Mani smani at fedoraproject.org
Wed May 21 21:55:11 UTC 2014


commit b3930f45aec5eb76f434d0f32654b1472a48dd9b
Author: Sandro Mani <manisandro at gmail.com>
Date:   Wed May 21 23:55:00 2014 +0200

    Use bundled botan

 qt-creator.spec |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/qt-creator.spec b/qt-creator.spec
index 143f894..2a9d305 100644
--- a/qt-creator.spec
+++ b/qt-creator.spec
@@ -30,7 +30,6 @@ BuildRequires:  qt4-webkit-devel
 # for QmlDesigner, see also https://bugzilla.redhat.com/show_bug.cgi?id=657498
 BuildRequires:  qt4-devel-private
 BuildRequires:  desktop-file-utils
-BuildRequires:  botan-devel
 BuildRequires:  diffutils
 BuildRequires:  appdata-tools
 BuildRequires:  llvm-devel
@@ -56,7 +55,7 @@ export CXXFLAGS="${CXXFLAGS:-%optflags}"
 export FFLAGS="${FFLAGS:-%optflags}"
 export LLVM_INSTALL_DIR="%{_libdir}/llvm"
 
-qmake-qt4 -r IDE_LIBRARY_BASENAME=%{_lib} USE_SYSTEM_BOTAN=1
+qmake-qt4 -r IDE_LIBRARY_BASENAME=%{_lib}
 make %{?_smp_mflags}
 
 %install


More information about the scm-commits mailing list