From f34fc8047aa9945e015b6445e343229c5e44ddc6 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Fri, 28 Apr 2023 08:28:43 +0200 Subject: [PATCH] readline6, disable static library (#8542) --- sys-libs/readline/readline6-6.3.8.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-libs/readline/readline6-6.3.8.recipe b/sys-libs/readline/readline6-6.3.8.recipe index 35472cdb1..32783d5da 100644 --- a/sys-libs/readline/readline6-6.3.8.recipe +++ b/sys-libs/readline/readline6-6.3.8.recipe @@ -11,7 +11,7 @@ Readline in applications which desire its capabilities." HOMEPAGE="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html" COPYRIGHT="1989-2011 Free Software Foundation, Inc." LICENSE="GNU GPL v3" -REVISION="3" +REVISION="4" SOURCE_URI="ftp://ftp.gnu.org/gnu/readline/readline-6.3.tar.gz" CHECKSUM_SHA256="56ba6071b9462f980c5a72ab0023893b65ba6debb4eeb475d7a563dc65cafd43" SOURCE_DIR="readline-6.3" @@ -86,7 +86,8 @@ BUILD() aclocal autoconf runConfigure ./configure \ - --with-curses + --with-curses \ + --disable-static make $jobArgs SHLIB_LIBS=-lncurses } @@ -99,7 +100,6 @@ INSTALL() # devel package packageEntries devel \ - $dataDir \ $developDir \ $documentationDir }