[fix, AppImage] Add libbsd.so.0 & libXss.so.1 dummy (#4634)

Fixes #4627.
This commit is contained in:
Frans de Jonge
2019-02-21 20:14:20 +01:00
committed by GitHub
parent 48eb21ad60
commit a607629129
2 changed files with 3 additions and 1 deletions

View File

@@ -319,6 +319,8 @@ appimageupdate: all
# required for our stock Ubuntu SDL even though we don't use sound
# the readlink is a half-hearted attempt at being generic; the echo libsndio.so.6.1 is specific to the nightly builds
ln -sf /usr/lib/x86_64-linux-gnu/$(shell readlink /usr/lib/x86_64-linux-gnu/libsndio.so || echo libsndio.so.6.1) $(INSTALL_DIR)/koreader/libs/
# also copy libbsd.so.0, cf. https://github.com/koreader/koreader/issues/4627
ln -sf /lib/x86_64-linux-gnu/libbsd.so.0 $(INSTALL_DIR)/koreader/libs/
ifeq ("$(wildcard $(APPIMAGETOOL))","")
# download appimagetool
wget "$(APPIMAGETOOL_URL)"

2
base

Submodule base updated: 765bd8b82a...4f753f158e