mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
committed by
David Seifert
parent
170aea19b0
commit
d0171aaf68
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user