From a60762912989f26cd971de1dc06ed8bccc08ebaa Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Thu, 21 Feb 2019 20:14:20 +0100 Subject: [PATCH] [fix, AppImage] Add libbsd.so.0 & libXss.so.1 dummy (#4634) Fixes #4627. --- Makefile | 2 ++ base | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 613b61bae..0a690d3b1 100644 --- a/Makefile +++ b/Makefile @@ -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)" diff --git a/base b/base index 765bd8b82..4f753f158 160000 --- a/base +++ b/base @@ -1 +1 @@ -Subproject commit 765bd8b82a634028725f6909e0c281521c18e002 +Subproject commit 4f753f158e08111b262cc0438598e552630bba5d