diff --git a/rhash.changes b/rhash.changes index 6cf1b8f..e83ad06 100644 --- a/rhash.changes +++ b/rhash.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 13 08:09:55 UTC 2017 - mpluskal@suse.com + +- Do not use openssl (avoid build cycle with cmake) + ------------------------------------------------------------------- Fri Jun 2 07:01:53 UTC 2017 - mpluskal@suse.com diff --git a/rhash.spec b/rhash.spec index 6788373..424ee82 100644 --- a/rhash.spec +++ b/rhash.spec @@ -27,8 +27,6 @@ Url: http://rhash.anz.ru/?l=en Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}-src.tar.gz # PATCH-FIX-OPENSUSE rhash-1.3.0-shared.patch lazy.kent@opensuse.org -- install development files with shared library Patch0: rhash-1.3.0-shared.patch -BuildRequires: pkgconfig -BuildRequires: pkgconfig(libcrypto) Recommends: %{name}-lang %description @@ -86,8 +84,7 @@ This package includes LibRHash development files. # Don't run parallel make — it doesn't work. # Use OPTLDFLAGS="" not to strip binaries. make \ - ADDCFLAGS="-DUSE_GETTEXT -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic" \ - ADDLDFLAGS="-ldl" \ + ADDCFLAGS="-DUSE_GETTEXT -rdynamic" \ OPTFLAGS="%{optflags}" \ OPTLDFLAGS="" \ lib-shared all