On Wednesday 2013-08-14 03:13, Gustavo Zacarias wrote: >On 08/13/2013 05:42 PM, Florian Westphal wrote: > >> Gustavo, could you please test Jans patch and report back >> if that fixes the build for you? > >Yes, works for the three combinations (shared, static, shared+static). >But shouldn't @libnetfilter_conntrack_CFLAGS@ be added to AM_CFLAGS >rather than AM_CPPFLAGS for correctness? pkgconfig does not distinguish between preprocessor and compiler flags. pkgconfig's Cflags field is most often used for preprocessor directives, and most .pc files do not contain any compiler flags either for good reason, because handing out those (particularly -f and -m) could conflict with one's own program. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html