mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
libeditline, disable static library (#8100)
This commit is contained in:
@@ -6,13 +6,13 @@ compatible with the FSF readline library, but is a fraction of the size \
|
||||
HOMEPAGE="https://troglobit.com/projects/editline/"
|
||||
COPYRIGHT="1992,1993 Simmule Turner and Rich Salz"
|
||||
LICENSE="Apache v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/troglobit/editline/releases/download/$portVersion/editline-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="df223b3333a545fddbc67b49ded3d242c66fadf7a04beb3ada20957fcd1ffc0e"
|
||||
SOURCE_DIR="editline-$portVersion"
|
||||
|
||||
ARCHITECTURES="all ?x86_gcc2 ?x86 ?sparc ?m68k"
|
||||
SECONDARY_ARCHITECTURES="x86 ?x86_gcc2"
|
||||
ARCHITECTURES="all !x86_gcc2 ?x86 ?sparc ?m68k"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion="1.0.2"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
@@ -52,7 +52,7 @@ defineDebugInfoPackage libeditline$secondaryArchSuffix \
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -fi
|
||||
runConfigure ./configure
|
||||
runConfigure ./configure --disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user