projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
688a557
)
eclass/gnome2.eclass: add bug reference about the need of running elibtoolize
author
Pacho Ramos
<pacho@gentoo.org>
Sun, 28 Feb 2016 15:56:42 +0000
(16:56 +0100)
committer
Pacho Ramos
<pacho@gentoo.org>
Sun, 28 Feb 2016 15:56:42 +0000
(16:56 +0100)
eclass/gnome2.eclass
patch
|
blob
|
history
diff --git
a/eclass/gnome2.eclass
b/eclass/gnome2.eclass
index 274d746fd6810d6fcaf80f749e8eb95e83740594..8077f71273daa318a65ae46fc66dc155393448f5 100644
(file)
--- 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}
}