From 5c5803d77468f0d16f1e3c28bc84d48eb3359d5b Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 26 Oct 2020 17:48:01 +0100 Subject: [PATCH] dino: Build libsignal-protocol-c MarIuX does not have libsignal-protocol-c, so build it from within Dino. --with-libsignal-in-tree Build libsignal-protocol-c in tree and link it statically. --- dino.be0 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dino.be0 b/dino.be0 index 43cd9a57e..a4f6839cc 100755 --- a/dino.be0 +++ b/dino.be0 @@ -19,9 +19,10 @@ SRCURL[0]="/src/mariux/beeroot/downloads/dino-${PKGFULLVERSION}.tar.bz2" # bee_patch "${@}" #} -#mee_configure() { -# bee_configure -#} +mee_configure() { + bee_configure \ + --with-libsignal-in-tree +} #mee_build() { # bee_build