Hi, the O_CLOEXEC patch introduced a regression and now connman does not compile in MeeGo 1.2. The attached patches add _GNU_SOURCE define which allows the O_CLOEXEC symbol to be found during compilation.
Cheers, Jukka Jukka Rissanen (3): plugins: Fix compilation in MeeGo core: Fix compilation in MeeGo tools: Fix compilation in MeeGo plugins/tist.c | 1 + plugins/vpn.c | 1 + src/inet.c | 7 +------ src/resolver.c | 1 + src/rfkill.c | 1 + src/timezone.c | 1 + tools/alg-test.c | 1 + tools/tap-test.c | 1 + tools/wispr.c | 1 + 9 files changed, 9 insertions(+), 6 deletions(-) _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
