evolution-data-server: make it build with musl
+ Add a common/environment/configure/autoconf_cache/musl-linux entry for iconv + Add a patch to define ICONV_10646 in case it is not defined
This commit is contained in:
parent
6bf4be3b6b
commit
a68112268b
3 changed files with 17 additions and 1 deletions
|
@ -4,3 +4,5 @@ gt_cv_func_gnugettext1_libc=yes
|
||||||
gt_cv_func_gnugettext2_libc=yes
|
gt_cv_func_gnugettext2_libc=yes
|
||||||
gt_cv_func_gnugettext3_libc=yes
|
gt_cv_func_gnugettext3_libc=yes
|
||||||
ac_cv_sys_file_offset_bits=64
|
ac_cv_sys_file_offset_bits=64
|
||||||
|
# Force detection of musl's iconv
|
||||||
|
ac_cv_libiconv_utf8=yes
|
||||||
|
|
14
srcpkgs/evolution-data-server/patches/iconv_10646.patch
Normal file
14
srcpkgs/evolution-data-server/patches/iconv_10646.patch
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
Add a definition for ICONV_10646 in case it's missing
|
||||||
|
|
||||||
|
--- camel/camel-iconv.h 2014-03-24 10:07:52.000000000 +0100
|
||||||
|
+++ camel/camel-iconv.h 2015-06-01 08:41:44.271620227 +0200
|
||||||
|
@@ -28,6 +28,9 @@
|
||||||
|
#include <sys/types.h>
|
||||||
|
#include <iconv.h>
|
||||||
|
#include <glib.h>
|
||||||
|
+#ifndef ICONV_10646
|
||||||
|
+#define ICONV_10646 "iso-10646"
|
||||||
|
+#endif
|
||||||
|
|
||||||
|
G_BEGIN_DECLS
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'evolution-data-server'
|
# Template file for 'evolution-data-server'
|
||||||
pkgname=evolution-data-server
|
pkgname=evolution-data-server
|
||||||
version=3.12.11
|
version=3.12.11
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-openldap --disable-uoa
|
configure_args="--with-openldap --disable-uoa
|
||||||
--with-krb5=/usr --with-nspr-includes=/usr/include/nspr
|
--with-krb5=/usr --with-nspr-includes=/usr/include/nspr
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue