mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Aaron W. Swenson
parent
061acf2149
commit
3d1c49a2ae
@@ -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
|
||||
Reference in New Issue
Block a user