Commit Graph

4 Commits

Author SHA1 Message Date
Henrik Grimler 606c4993e7 libical: add SHA256 and make cross-compiler use system perl instead of termux
perl
2017-12-22 00:09:53 +01:00
Fredrik Fornwall 679fbb0316 libical: Try out patch to fix PACKAGE_DATA_DIR
Without this patch the path compiled into the library is actually

  "/data/data/com.termux/files/usr/share/libical"/zoneinfo

with the extra quotes. This patch makes it

  /data/data/com.termux/files/usr/share/libical/zoneinfo

which will hopefully make the library work without calling
set_zone_directory(). See #1913.
2017-12-09 22:24:07 +01:00
Fredrik Fornwall 217872e5a3 libical: Built-in tz data, avoid libdb and libicu 2017-12-09 01:40:34 +01:00
Henrik Grimler 251a2c78b1 libical: add package 2017-12-09 00:23:12 +01:00