RESOLVED FIXED 104164
[Qt][Mac] Fix libxslt and libxml2 config tests
https://bugs.webkit.org/show_bug.cgi?id=104164
Summary [Qt][Mac] Fix libxslt and libxml2 config tests
Andras Becsi
Reported 2012-12-05 13:24:51 PST
[Qt][Mac] Fix libxslt and libxml2 config tests
Attachments
Patch (3.59 KB, patch)
2012-12-05 13:27 PST, Andras Becsi
hausmann: review+
hausmann: commit-queue-
Andras Becsi
Comment 1 2012-12-05 13:27:40 PST
Simon Hausmann
Comment 2 2012-12-06 05:27:28 PST
Comment on attachment 177820 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=177820&action=review r=me with a small change before landing :) > Tools/qmake/config.tests/libxslt/libxslt.pro:3 > +LIBS += -lxslt I think the LIBS line should go into the mac scope, no? At least if we're using pkg-config we should not be doing LIBS += but solely rely on what pkg-config gives us. Same in libxml2.pro
Andras Becsi
Comment 3 2012-12-06 06:03:28 PST
Note You need to log in before you can comment on or make changes to this bug.