On Tue, 2013-08-27 at 12:37 +0300, Patrik Flykt wrote:
> This part chokes on gcc:
>
> CCLD vpn/connman-vpnd
> vpn/vpn_connman_vpnd-vpn-provider.o: In function
> `provider_load_from_keyfile':
> /home/pflykt/projects/connman/vpn/vpn-provider.c:746: undefined
> reference to `__connman_config_get_string_list'
> /home/pflykt/projects/connman/vpn/vpn-provider.c:754: undefined
> reference to `__connman_config_get_string'
>
> as src/config.c is not included for vpn/
To address this issue, the same helper functions should be added to
vpn/vpn-config.c. This so we'd get a nice split between ConnMan and the
VPN daemon if we'd want to do so. Currently there are a few functions
used across both daemons but let's not add any new ones.
That means splitting up the code touching vpn/ into yet another patch -
the more the merrier it seems.
Patrik
_______________________________________________
connman mailing list
[email protected]
https://lists.connman.net/mailman/listinfo/connman