forked from pool/rhash
- Do not use openssl (avoid build cycle with cmake)
OBS-URL: https://build.opensuse.org/package/show/network:utilities/rhash?expand=0&rev=3
This commit is contained in:
parent
3176551e4a
commit
bc80e08f9d
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user