]> git.pld-linux.org Git - packages/dropbear.git/commitdiff
with system libtom needs tomcrypt enabled with tommath
authorElan Ruusamäe <glen@delfi.ee>
Sun, 25 Jan 2015 20:09:39 +0000 (22:09 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 25 Jan 2015 20:09:39 +0000 (22:09 +0200)
dropbear.spec

index 8da5812ece3362cd2ee4e8c556ceffca70d9bbfe..09b8d4b8cd37c7e0393404f84fadbb94959a83cc 100644 (file)
@@ -3,7 +3,7 @@
 #
 # Conditional build:
 %bcond_with    pam             # PAM authentication support
-%bcond_with    system_libtom   # use system libtommath/libtomcrypt
+%bcond_without system_libtom   # use system libtommath/libtomcrypt
 
 Summary:       Dropbear - a smallish ssh2 server
 Summary(pl.UTF-8):     Dropbear - mały serwer ssh2
@@ -18,8 +18,7 @@ Patch0:               system-libtom.patch
 URL:           https://matt.ucc.asn.au/dropbear/dropbear.html
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
-%{?with_system_libtom:BuildRequires:   libtomcrypt-devel}
-%{?with_system_libtom:BuildRequires:   libtommath-devel}
+%{?with_system_libtom:BuildRequires:   libtomcrypt-devel >= 1.17-2}
 %{?with_pam:BuildRequires:     pam-devel}
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
This page took 0.155274 seconds and 4 git commands to generate.