summaryrefslogtreecommitdiffstats
path: root/patches/libxmlconfig-1.0.8
Commit message (Collapse)AuthorAgeFilesLines
* libxmlconfig: fix building with newer toolchainsMichael Olbrich2013-12-093-0/+31
Otherwise building may fail with: test.c:(.text.startup+0x2e0): undefined reference to `lrint' test.c:(.text.startup+0x2f4): undefined reference to `lrint' test.c:(.text.startup+0x308): undefined reference to `lrint' test.c:(.text.startup+0x320): undefined reference to `lrint' ./.libs/libxmlconfig.so: undefined reference to `xmlFreeDoc' ./.libs/libxmlconfig.so: undefined reference to `xmlCheckVersion' ./.libs/libxmlconfig.so: undefined reference to `xmlNodeGetContent' ./.libs/libxmlconfig.so: undefined reference to `xmlCleanupParser' ./.libs/libxmlconfig.so: undefined reference to `xmlXPathEvalExpression' ./.libs/libxmlconfig.so: undefined reference to `xmlXPathFreeObject' ./.libs/libxmlconfig.so: undefined reference to `xmlXPathNewContext' ./.libs/libxmlconfig.so: undefined reference to `xmlParseFile' ./.libs/libxmlconfig.so: undefined reference to `xmlFree' ./.libs/libxmlconfig.so: undefined reference to `xmlXPathFreeContext' collect2: error: ld returned 1 exit status make[2]: *** [configtest] Error 1 Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>