From aa71d0951600f1b415d8b0f03a3ed68033d9af08 Mon Sep 17 00:00:00 2001 From: Andrzej Zaborowski Date: Mon, 20 Jul 2009 18:12:02 +0200 Subject: Cache EF-PNN, EF-OPL sim files on disk. This uses plain files in /var/lib/ofono for storing contents of the operator lists to avoid possibly numerous queries to the SIM on every startup. Files are indexed with IMSI. I'm not 100% sure about the autoconf magic. Users need to rerun bootstrap-configure after applying this. Depends on [PATCH] Return SIM file access conditions from read_file_info. --- bootstrap-configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bootstrap-configure') diff --git a/bootstrap-configure b/bootstrap-configure index cc82e1a9..cea17bfa 100755 --- a/bootstrap-configure +++ b/bootstrap-configure @@ -12,4 +12,5 @@ fi --prefix=/usr \ --mandir=/usr/share/man \ --sysconfdir=/etc \ - --disable-datafiles + --disable-datafiles \ + --localstatedir=/var -- cgit v1.2.3