diff options
author | Piotr Tworek <tworaz@tworaz.net> | 2019-08-22 19:17:20 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-24 05:20:42 -0700 |
commit | f6767fe969d0099514f9fa51b17c9a062e2d2b74 (patch) | |
tree | 45d994e71664edfddeadde124179be047a6aa820 /meta-python/recipes-devtools/python/python-flask-wtf.inc | |
parent | 07ced16e90f2890956b4cd4e4799987ad291596b (diff) | |
download | meta-openembedded-f6767fe969d0099514f9fa51b17c9a062e2d2b74.tar.gz |
evolution-data-server: Add PACKAGECONFIG entry for phonenumber.
This feature needs some minor patches to be usable. First the
libphonenumber does not use pkgconfig so eds has its own cmake support
for detection location of the lib. Unfortunately this ends up adding
-L/usr/lib to LDFLAGS.
Another problem can be observed when building the code agains musl libc.
Libphoneumber support code in eds tries to use LC_ADDRESS to determine
the language which should be used for some address related localization
features libphonenumber has. Since LC_ADDRESS is not available in musl
the build will fail. We can use LC_MESSAGES for musl however.
Signed-off-by: Piotr Tworek <tworaz@tworaz.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-flask-wtf.inc')
0 files changed, 0 insertions, 0 deletions