From bc80e08f9d13dd553d05712d10223e31d3764294f12a7cbc76b8f22abf23434e Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 13 Jun 2017 08:10:32 +0000 Subject: [PATCH] - Do not use openssl (avoid build cycle with cmake) OBS-URL: https://build.opensuse.org/package/show/network:utilities/rhash?expand=0&rev=3 --- rhash.changes | 5 +++++ rhash.spec | 5 +---- 2 files changed, 6 insertions(+), 4 deletions(-) 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