forked from pool/libmemcached
Accepting request 1078301 from home:adkorte
- Re-enable SASL support (boo#1210290) - Add requirement for libmemcachedprotocol0 to devel package OBS-URL: https://build.opensuse.org/request/show/1078301 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmemcached?expand=0&rev=59
This commit is contained in:
parent
a64730962c
commit
da310c3fd6
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 10 18:06:30 UTC 2023 - Arjen de Korte <suse+build@de-korte.org>
|
||||
|
||||
- Re-enable SASL support (boo#1210290)
|
||||
- Add requirement for libmemcachedprotocol0 to devel package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 6 10:04:11 UTC 2023 - Danilo Spinella <danilo.spinella@suse.com>
|
||||
|
||||
|
@ -84,6 +84,7 @@ Requires: %{name} = %{version}
|
||||
# memcached.h includes memcached-1.0/struct/sasl.h, which in turn includes sasl/sasl.h
|
||||
Requires: cyrus-sasl-devel
|
||||
Requires: glibc-devel
|
||||
Requires: libmemcachedprotocol0 = %{version}
|
||||
Requires: libmemcachedutil2 = %{version}
|
||||
|
||||
%description devel
|
||||
@ -98,6 +99,7 @@ usage, thread safe, and provide full access to server side methods.
|
||||
%cmake \
|
||||
-DBUILD_DOCS_HTML=OFF \
|
||||
-DBUILD_DOCS_MANGZ=ON \
|
||||
-DENABLE_SASL=ON \
|
||||
-DBUILD_TESTING=ON
|
||||
%cmake_build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user