Сравнение memcached-1.6.21 с memcached-1.6.21-r1
/usr/portage/net-misc/memcached/memcached-1.6.21-r1.ebuild 2023-10-09 14:52:34.660368480 +0300 | ||
---|---|---|
15 | 15 | |
16 | 16 |
LICENSE="BSD" |
17 | 17 |
SLOT="0" |
18 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" |
|
18 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" |
|
19 | 19 |
IUSE="debug sasl seccomp selinux slabs-reassign ssl test" # hugetlbfs later |
20 | 20 | |
21 | 21 |
RDEPEND=">=dev-libs/libevent-1.4:= |
... | ... | |
33 | 33 |
RESTRICT="!test? ( test )" |
34 | 34 | |
35 | 35 |
PATCHES=( |
36 |
"${FILESDIR}/${PN}-1.2.2-fbsd.patch" |
|
37 | 36 |
"${FILESDIR}/${PN}-1.4.0-fix-as-needed-linking.patch" |
38 |
"${FILESDIR}/${PN}-1.4.4-as-needed.patch" |
|
39 | 37 |
"${FILESDIR}/${PN}-1.4.17-EWOULDBLOCK.patch" |
40 | 38 |
) |
41 | 39 | |
42 | 40 |
src_prepare() { |
43 | 41 |
default |
44 | 42 | |
45 |
sed -i -e 's,-Werror,,g' configure.ac || die |
|
46 | 43 |
sed -i -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,' configure.ac || die |
47 | 44 | |
48 | 45 |
eautoreconf |
... | ... | |
65 | 62 |
src_configure() { |
66 | 63 |
econf \ |
67 | 64 |
--disable-docs \ |
65 |
--disable-werror \ |
|
68 | 66 |
$(use_enable sasl) \ |
69 | 67 |
$(use_enable ssl tls) |
70 | 68 |
# The xml2rfc tool to build the additional docs requires TCL :-( |