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
|
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
|
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
|
# 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
|
Patch0: rhash-1.3.0-shared.patch
|
||||||
BuildRequires: pkgconfig
|
|
||||||
BuildRequires: pkgconfig(libcrypto)
|
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -86,8 +84,7 @@ This package includes LibRHash development files.
|
|||||||
# Don't run parallel make — it doesn't work.
|
# Don't run parallel make — it doesn't work.
|
||||||
# Use OPTLDFLAGS="" not to strip binaries.
|
# Use OPTLDFLAGS="" not to strip binaries.
|
||||||
make \
|
make \
|
||||||
ADDCFLAGS="-DUSE_GETTEXT -DUSE_OPENSSL -DOPENSSL_RUNTIME -rdynamic" \
|
ADDCFLAGS="-DUSE_GETTEXT -rdynamic" \
|
||||||
ADDLDFLAGS="-ldl" \
|
|
||||||
OPTFLAGS="%{optflags}" \
|
OPTFLAGS="%{optflags}" \
|
||||||
OPTLDFLAGS="" \
|
OPTLDFLAGS="" \
|
||||||
lib-shared all
|
lib-shared all
|
||||||
|
Loading…
Reference in New Issue
Block a user