mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 11:38:52 +02:00
gettext: Disable static.
This commit is contained in:
@@ -14,7 +14,7 @@ parties in preparing these sets, or bringing them up to date."
|
|||||||
HOMEPAGE="https://www.gnu.org/software/gettext/"
|
HOMEPAGE="https://www.gnu.org/software/gettext/"
|
||||||
COPYRIGHT="1998-2020 Free Software Foundation, Inc."
|
COPYRIGHT="1998-2020 Free Software Foundation, Inc."
|
||||||
LICENSE="GNU GPL v3"
|
LICENSE="GNU GPL v3"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
SOURCE_URI="https://ftpmirror.gnu.org/gettext/gettext-$portVersion.tar.xz"
|
SOURCE_URI="https://ftpmirror.gnu.org/gettext/gettext-$portVersion.tar.xz"
|
||||||
CHECKSUM_SHA256="50dbc8f39797950aa2c98e939947c527e5ac9ebd2c1b99dd7b06ba33a6767ae6"
|
CHECKSUM_SHA256="50dbc8f39797950aa2c98e939947c527e5ac9ebd2c1b99dd7b06ba33a6767ae6"
|
||||||
|
|
||||||
@@ -110,8 +110,11 @@ BUILD_PREREQUIRES="
|
|||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
runConfigure ./configure \
|
runConfigure ./configure \
|
||||||
--disable-java --without-git \
|
--disable-java \
|
||||||
--disable-rpath --disable-maintainer-mode
|
--without-git \
|
||||||
|
--disable-rpath \
|
||||||
|
--disable-static \
|
||||||
|
--disable-maintainer-mode
|
||||||
make $jobArgs AUTOCONF=: AUTOMAKE=: AUTOHEADER=: ACLOCAL=:
|
make $jobArgs AUTOCONF=: AUTOMAKE=: AUTOHEADER=: ACLOCAL=:
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -119,12 +122,16 @@ INSTALL()
|
|||||||
{
|
{
|
||||||
make install AUTOCONF=: AUTOMAKE=: AUTOHEADER=: ACLOCAL=:
|
make install AUTOCONF=: AUTOMAKE=: AUTOHEADER=: ACLOCAL=:
|
||||||
|
|
||||||
# remove libtool files
|
# remove libtool files & static libraries
|
||||||
rm -f $libDir/lib*.la
|
rm -f $libDir/lib*.la $libDir/lib*.a
|
||||||
|
|
||||||
prepareInstalledDevelLibs libasprintf libgettextpo libintl libtextstyle
|
prepareInstalledDevelLibs \
|
||||||
prepareInstalledDevelLib libgettextlib '*.so' '*'
|
libasprintf \
|
||||||
prepareInstalledDevelLib libgettextsrc '*.so' '*'
|
libgettextpo \
|
||||||
|
libgettextlib \
|
||||||
|
libgettextsrc \
|
||||||
|
libintl \
|
||||||
|
libtextstyle
|
||||||
|
|
||||||
# devel package
|
# devel package
|
||||||
packageEntries devel \
|
packageEntries devel \
|
||||||
|
|||||||
Reference in New Issue
Block a user