hyphen, disable static library (#7744)

This commit is contained in:
Schrijvers Luc
2023-01-07 10:19:34 +01:00
committed by GitHub
parent 43887bb1d1
commit e3d63bb54e

View File

@@ -1,16 +1,12 @@
SUMMARY="ALTLinux hyphenation library"
DESCRIPTION="
Hyphen is a hyphenation library.
"
DESCRIPTION="Hyphen is a hyphenation library."
HOMEPAGE="http://hunspell.sf.net"
COPYRIGHT="
1998 Raph Levien
2001 ALTLinux, Moscow
"
COPYRIGHT="1998 Raph Levien
2001 ALTLinux, Moscow"
LICENSE="GNU GPL v2
GNU LGPL v2.1
MPL v1.1"
REVISION="3"
GNU LGPL v2.1
MPL v1.1"
REVISION="4"
SOURCE_URI="http://sourceforge.net/projects/hunspell/files/Hyphen/2.8/hyphen-$portVersion.tar.gz"
CHECKSUM_SHA256="304636d4eccd81a14b6914d07b84c79ebb815288c76fe027b9ebff6ff24d5705"
@@ -41,6 +37,7 @@ BUILD_PREREQUIRES="
cmd:aclocal
cmd:autoconf
cmd:automake
cmd:gawk
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:libtoolize$secondaryArchSuffix
@@ -51,7 +48,7 @@ BUILD_PREREQUIRES="
BUILD()
{
autoreconf -fi
runConfigure ./configure
runConfigure ./configure --disable-static
make $jobArgs
}