Skip to content

Commit

Permalink
dino: Build libsignal-protocol-c
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pmenzel committed Oct 26, 2020
1 parent 83c2c18 commit 5c5803d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dino.be0
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c5803d

Please sign in to comment.