Skip to content

Commit

Permalink
mail-filter/opendmarc: fix building older version with newer glibc
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/640012
Package-Manager: Portage-2.3.13, Repoman-2.3.3
  • Loading branch information
grobian committed Dec 22, 2017
1 parent a5f8c3d commit bd68b76
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mail-filter/opendmarc/opendmarc-1.1.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ DEPEND="dev-perl/DBI
RDEPEND="${DEPEND}
dev-perl/Switch"

src_prepare() {
# fix building with newer glibc, already fixed in later releases, #640012
sed -i -e 's/T_RRSIG/disabled_T_RRSIG/' libopendmarc/opendmarc_dns.c || die
}

src_configure() {
econf \
--docdir="${EPREFIX}"/usr/share/doc/${PF} \
Expand Down

0 comments on commit bd68b76

Please sign in to comment.