summaryrefslogtreecommitdiff
path: root/recipes/glib-2.0/glib-2.0-2.22.1
AgeCommit message (Collapse)AuthorFiles
2009-12-09glib-2.0_2.22.1: Fix configure to test res_query by including resolv.hKhem Raj1
* uclibc does not export res_query as weak like glibc, instead it exports __res_query and then in resolv.h it defines res_query as __res_query, the check for this fuction in configure checked the availability in every way except it did not check if the function is in C library by including resolv.h. Without resolv.h the function is reported as undefined. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-10-13glib-2.0_2.22.1: Fix broken mc. Thanks zub for patchKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-10-02glib-2.0: update to 2.22.1Koen Kooi4