From: Pacho Ramos Date: Sun, 28 Feb 2016 15:56:42 +0000 (+0100) Subject: eclass/gnome2.eclass: add bug reference about the need of running elibtoolize X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a9c535bd3629892adcbda419ef3f2d13a40b7e60;p=gentoo.git eclass/gnome2.eclass: add bug reference about the need of running elibtoolize --- diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass index 274d746fd681..8077f71273da 100644 --- a/eclass/gnome2.eclass +++ b/eclass/gnome2.eclass @@ -91,6 +91,7 @@ gnome2_src_prepare() { gnome2_disable_deprecation_warning # Run libtoolize + # https://bugzilla.gnome.org/show_bug.cgi?id=655517 elibtoolize ${ELTCONF} }