dev-db/postgis: avoid calling ar directly

Backport patch from 3.0.3 to avoid ar being called directly.

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Bernd Waibel <waebbl@gmail.com>
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
This commit is contained in:
Bernd Waibel
2020-12-11 18:06:31 +01:00
committed by Aaron W. Swenson
parent 061acf2149
commit 3d1c49a2ae

View File

@@ -53,7 +53,10 @@ DEPEND="${RDEPEND}
test? ( dev-util/cunit )
"
PATCHES=( "${FILESDIR}/${PN}-2.2.0-arflags.patch" )
PATCHES=(
"${FILESDIR}/${PN}-2.2.0-arflags.patch"
"${FILESDIR}/${PN}-3.0.3-avoid-calling-ar-directly.patch"
)
src_prepare() {
default