readline6, disable static library (#8542)

This commit is contained in:
Schrijvers Luc
2023-04-28 08:28:43 +02:00
committed by GitHub
parent 627d83aa55
commit f34fc8047a

View File

@@ -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
}