Install this version:
emerge -a =dev-libs/libdrizzle-7
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-libs/libdrizzle-7
Or alternatively:
emerge --autounmask-write -a =dev-libs/libdrizzle-7
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License
EAPI=8
MY_P="drizzle7-2011.07.21"
inherit multilib-minimal
DESCRIPTION="Snapshot of dev-db/drizzle sources which can be built as shared library"
HOMEPAGE="https://github.com/openresty/drizzle-nginx-module"
SRC_URI="https://openresty.org/download/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
src_prepare() {
sed -r \
-e 's|python (config/pandora-plugin)|python2 \1|' \
-i Makefile.in
default
multilib_copy_sources
}
multilib_src_configure() {
econf --without-server
}
multilib_src_compile() {
emake libdrizzle-1.0
}
multilib_src_install() {
emake DESTDIR="${D}" install-libdrizzle-1.0
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | drizzle7-2011.07.21.tar.gz | 11643027 bytes | https://openresty.org/download/drizzle7-2011.07.21.tar.gz |