mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
readline6, disable static library (#8542)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user