mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 10:58:21 -07:00
dev-util/diffball: Remove libtool archives
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
@@ -16,18 +16,19 @@ SLOT="0"
|
||||
KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
|
||||
IUSE="debug"
|
||||
|
||||
RDEPEND=">=sys-libs/zlib-1.1.4
|
||||
RDEPEND="
|
||||
>=sys-libs/zlib-1.1.4
|
||||
>=app-arch/bzip2-1.0.2
|
||||
app-arch/xz-utils"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
# Invalid RESTRICT for source package. Investigate.
|
||||
RESTRICT="strip"
|
||||
|
||||
PATCHES=(
|
||||
"${DISTDIR}/${P}-bug_543310_stack_buffer_overflows.patch"
|
||||
"${DISTDIR}/${P}-bug_708736_cseek_xz_reset_avail_in_out.patch"
|
||||
"${DISTDIR}"/${P}-bug_543310_stack_buffer_overflows.patch
|
||||
"${DISTDIR}"/${P}-bug_708736_cseek_xz_reset_avail_in_out.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
@@ -38,5 +39,14 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf --disable-static $(use_enable debug asserts)
|
||||
econf \
|
||||
--disable-static \
|
||||
$(use_enable debug asserts)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
# no static archives
|
||||
find "${ED}" -name '*.la' -delete || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user