Skip to content

Commit

Permalink
mail-filter/libsieve: disable static libs
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/682602
Closes: https://bugs.gentoo.org/724544
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic <[email protected]>
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
Jakov Smolic authored and SoapGentoo committed Nov 15, 2020
1 parent 257e036 commit 385fcdf
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions mail-filter/libsieve/libsieve-2.2.7.ebuild
Original file line number Diff line number Diff line change
@@ -1,18 +1,33 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit autotools

DESCRIPTION="A library for parsing, sorting and filtering your mail"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
HOMEPAGE="http://libsieve.sourceforge.net/"

SLOT="0"
LICENSE="MIT LGPL-2.1"
KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
IUSE=""

DEPEND=""
RDEPEND="!<net-mail/mailutils-2.1"

S=${WORKDIR}/${P}/src

src_prepare() {
default
mv configure.{in,ac} || die
eautoreconf
}

src_configure() {
econf --disable-static
}

src_install() {
default
find "${ED}" -name '*.la' -delete || die
}

0 comments on commit 385fcdf

Please sign in to comment.