mythes, disable static, remove libtool file (#7825)

This commit is contained in:
Schrijvers Luc
2023-02-04 13:18:30 +01:00
committed by GitHub
parent 5887cac847
commit 9f20d7baa9

View File

@@ -26,7 +26,7 @@ recent WordNet data."
HOMEPAGE="https://sourceforge.net/projects/hunspell/files/MyThes/1.2.4" HOMEPAGE="https://sourceforge.net/projects/hunspell/files/MyThes/1.2.4"
COPYRIGHT="1994-2009 Free Software Foundation, Inc." COPYRIGHT="1994-2009 Free Software Foundation, Inc."
LICENSE="BSD (2-clause)" LICENSE="BSD (2-clause)"
REVISION="4" REVISION="5"
SOURCE_URI="http://prdownloads.sf.net/hunspell/mythes-1.2.4.tar.gz" SOURCE_URI="http://prdownloads.sf.net/hunspell/mythes-1.2.4.tar.gz"
CHECKSUM_SHA256="1e81f395d8c851c3e4e75b568e20fa2fa549354e75ab397f9de4b0e0790a305f" CHECKSUM_SHA256="1e81f395d8c851c3e4e75b568e20fa2fa549354e75ab397f9de4b0e0790a305f"
@@ -70,7 +70,7 @@ BUILD_PREREQUIRES="
BUILD() BUILD()
{ {
runConfigure --omit-dirs binDir ./configure \ runConfigure --omit-dirs binDir ./configure \
--bindir=$prefix/bin --bindir=$prefix/bin --disable-static
make $jobArgs make $jobArgs
} }
@@ -78,6 +78,9 @@ INSTALL()
{ {
make install make install
# remove libtool file
rm $libDir/libmythes-1.2.la
prepareInstalledDevelLib \ prepareInstalledDevelLib \
libmythes-1.2 libmythes-1.2
fixPkgconfig fixPkgconfig