libktorrent/require-lower-LibGMP.patch
Dominique Leuenberger 7e8b6d8bfb Accepting request 392946 from KDE:Distro:Factory
- Added require-lower-LibGMP.patch: 6.0.0 version was chosen
  randomly, and we know the code compiles with at least 5.1.3

OBS-URL: https://build.opensuse.org/request/show/392946
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libktorrent?expand=0&rev=34
2016-05-31 10:12:49 +00:00

14 lines
389 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index fab39f2..7790d39 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -26,7 +26,7 @@ include(ECMSetupVersion)
include(ECMPackageConfigHelpers)
set(Boost_MIN_VERSION "1.34.0")
-set(LibGMP_MIN_VERSION "6.0.0")
+set(LibGMP_MIN_VERSION "5.1.3")
set(LibGcrypt_MIN_VERSION "1.4.5")
set(KF5_MIN_VERSION "5.15")
set(QT_MIN_VERSION "5.2.0")