libical: Try out patch to fix PACKAGE_DATA_DIR
authorFredrik Fornwall <fredrik@fornwall.net>
Sat, 9 Dec 2017 21:24:07 +0000 (22:24 +0100)
committerFredrik Fornwall <fredrik@fornwall.net>
Sat, 9 Dec 2017 21:24:07 +0000 (22:24 +0100)
commitcb29c629d2b6db21956b8afeabee72a1e6a7c7a7
tree2d812db7313c9bd97a664eb2d007f96eae3a23a0
parentdadc1dec6588b5058e06c5cbec013a0f1117a5c8
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.
packages/libical/build.sh
packages/libical/src-libical-CMakeLists.txt.patch [new file with mode: 0644]