Requires.private, making them much more useful. Special thanks to
Matthias Clasen for lots and lots of nagging. Freedesktop #8788
2007-06-18 Tollef Fog Heen <tfheen@err.no>
+ * pkg.c (recursive_fill_list): Make sure to act recursively with
+ Requires.private, making them much more useful. Special thanks to
+ Matthias Clasen for lots and lots of nagging. Freedesktop #8788
+
* glib-patches/remove-strsignal-prototype.diff: define _GNU_SOURCE
there to get strsignal prototype, addresses the rest of
Freedesktop 10652.
fill_one_level (pkg, func, listp);
- tmp = pkg->requires;
+ tmp = (*func) (pkg);
while (tmp != NULL)
{