The fix for bug 577248 broke the plugin discovery of updatedd. It's
not clear if the ".la" extension can simply be replaced by ".so", so
I've restored the ".la" files for now (by eliminating a call to
prune_libtool_files).
Gentoo-Bug: 605622
Reported-By: Maciej S. Szmigiero
Package-Manager: portage-2.3.0
# $Id$
EAPI=6
-inherit eutils
DESCRIPTION="Dynamic DNS client with plugins for several dynamic dns services"
HOMEPAGE="https://savannah.nongnu.org/projects/updatedd/"
src_configure() {
econf --disable-static --docdir="/usr/share/doc/${PF}"
}
-
-src_install() {
- default
- prune_libtool_files
-}