From d6ffdc32689b484e0843d843bafb89db314943c3 Mon Sep 17 00:00:00 2001 From: thomas Date: Mon, 7 Jun 2021 12:59:05 +0200 Subject: [PATCH] ncurses: build static libraries too 'with-normal' seems to be the default :) But what is the connection between 'normal' and static libs? --- ncurses.be0 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ncurses.be0 b/ncurses.be0 index b8318ac61..af1b2368f 100755 --- a/ncurses.be0 +++ b/ncurses.be0 @@ -1,6 +1,6 @@ #!/bin/env beesh -# BEE_VERSION ncurses-6.2-0 +# BEE_VERSION ncurses-6.2-1 # SRCURL[0]="https://ftp.gnu.org/gnu/ncurses/ncurses-${PKGVERSION}.tar.gz" SRCURL[0]="https://beehive.molgen.mpg.de/e812da327b1c2214ac1aed440ea3ae8d/ncurses-6.2.tar.gz" @@ -33,7 +33,6 @@ mee_build() { --with-termlib=tinfo \ --with-ticlib=tic \ --with-cxx-shared \ - --without-normal \ --without-debug