Merge pull request #1421 from chrox/fix_old_pocketbook

fix no match libglib, libssl and libcrypto in some old pocketbook firmware
This commit is contained in:
Qingping Hou
2015-02-06 22:08:14 -08:00
2 changed files with 4 additions and 1 deletions

2
base

Submodule base updated: 5ca01ded05...6559ee1714

View File

@@ -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"