From 327624e4fa1dd6bab765142995095905cd54c41a Mon Sep 17 00:00:00 2001 From: chrox Date: Sat, 7 Feb 2015 12:40:36 +0800 Subject: [PATCH] fix no match libglib, libssl and libcrypto in some old pocketbook firmware --- base | 2 +- platform/pocketbook/koreader.app | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/base b/base index 5ca01ded0..6559ee171 160000 --- a/base +++ b/base @@ -1 +1 @@ -Subproject commit 5ca01ded05344aef31ddd862914aefdb4882e0e1 +Subproject commit 6559ee1714ed8f65e9b43c0f3714693ec76f02c7 diff --git a/platform/pocketbook/koreader.app b/platform/pocketbook/koreader.app index 441328db7..fe3474ae0 100755 --- a/platform/pocketbook/koreader.app +++ b/platform/pocketbook/koreader.app @@ -15,6 +15,9 @@ fi # we're always starting from our working directory cd $KOREADER_DIR +# export load library path for some old firmware +export LD_LIBRARY_PATH=${KOREADER_DIR}/libs:$LD_LIBRARY_PATH + # export trained OCR data directory export TESSDATA_PREFIX="data"