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.