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/"
|
||||
COPYRIGHT="1998-2020 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://ftpmirror.gnu.org/gettext/gettext-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="50dbc8f39797950aa2c98e939947c527e5ac9ebd2c1b99dd7b06ba33a6767ae6"
|
||||
|
||||
@@ -110,8 +110,11 @@ BUILD_PREREQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure \
|
||||
--disable-java --without-git \
|
||||
--disable-rpath --disable-maintainer-mode
|
||||
--disable-java \
|
||||
--without-git \
|
||||
--disable-rpath \
|
||||
--disable-static \
|
||||
--disable-maintainer-mode
|
||||
make $jobArgs AUTOCONF=: AUTOMAKE=: AUTOHEADER=: ACLOCAL=:
|
||||
}
|
||||
|
||||
@@ -119,12 +122,16 @@ INSTALL()
|
||||
{
|
||||
make install AUTOCONF=: AUTOMAKE=: AUTOHEADER=: ACLOCAL=:
|
||||
|
||||
# remove libtool files
|
||||
rm -f $libDir/lib*.la
|
||||
# remove libtool files & static libraries
|
||||
rm -f $libDir/lib*.la $libDir/lib*.a
|
||||
|
||||
prepareInstalledDevelLibs libasprintf libgettextpo libintl libtextstyle
|
||||
prepareInstalledDevelLib libgettextlib '*.so' '*'
|
||||
prepareInstalledDevelLib libgettextsrc '*.so' '*'
|
||||
prepareInstalledDevelLibs \
|
||||
libasprintf \
|
||||
libgettextpo \
|
||||
libgettextlib \
|
||||
libgettextsrc \
|
||||
libintl \
|
||||
libtextstyle
|
||||
|
||||
# devel package
|
||||
packageEntries devel \
|
||||
|
||||
Reference in New Issue
Block a user