dev-embedded/avrdude: disable static libs

Closes: https://bugs.gentoo.org/726868
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
Jakov Smolic
2020-11-14 21:17:56 +01:00
committed by David Seifert
parent 170aea19b0
commit d0171aaf68
2 changed files with 8 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -40,7 +40,7 @@ src_configure() {
export ac_cv_lib_ftdi_ftdi_usb_get_strings=$(usex ftdi)
export ac_cv_lib_ncurses_tputs=$(usex ncurses)
export ac_cv_lib_readline_readline=$(usex readline)
default
econf --disable-static
}
src_compile() {
@@ -57,4 +57,6 @@ src_install() {
newdoc "${DISTDIR}/${PN}-doc-${PV}.pdf" avrdude.pdf
dodoc -r "${WORKDIR}/avrdude-html/"
fi
find "${ED}" -name '*.la' -delete || die
}

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -49,7 +49,7 @@ src_configure() {
export ac_cv_lib_ftdi_ftdi_usb_get_strings=$(usex ftdi)
export ac_cv_lib_ncurses_tputs=$(usex ncurses)
export ac_cv_lib_readline_readline=$(usex readline)
default
econf --disable-static
}
src_compile() {
@@ -68,4 +68,6 @@ src_install() {
dodoc -r atmel-docs
fi
find "${ED}" -name '*.la' -delete || die
}