Commit 376b4cd5 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated gettext to 0.20.1

parent 67a88a1c
all: all:
tar xf gettext-0.19.8.1.tar.xz tar xf gettext-0.20.1.tar.xz
cd gettext-0.19.8.1 && sed -i '/^TESTS =/d' gettext-runtime/tests/Makefile.in cd gettext-0.20.1 && sed -i '/^TESTS =/d' gettext-runtime/tests/Makefile.in
cd gettext-0.19.8.1 && sed -i 's/test-lock..EXEEXT.//' gettext-tools/gnulib-tests/Makefile.in cd gettext-0.20.1 && sed -i 's/test-lock..EXEEXT.//' gettext-tools/gnulib-tests/Makefile.in
cd gettext-0.19.8.1 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --disable-static --docdir=/usr/share/doc/gettext-0.19.8.1 cd gettext-0.20.1 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --disable-static --docdir=/usr/share/doc/gettext-0.20.1
$(MAKE) -C gettext-0.19.8.1 $(MAKE) -C gettext-0.20.1
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \ if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C gettext-0.19.8.1 check ; \ $(MAKE) -C gettext-0.20.1 check ; \
fi fi
$(MAKE) -C gettext-0.19.8.1 install $(MAKE) -C gettext-0.20.1 install
chmod -v 0755 /usr/lib/preloadable_libintl.so chmod -v 0755 /usr/lib/preloadable_libintl.so
rm -rf gettext-0.19.8.1 rm -rf gettext-0.20.1
<project name="gettext"> <project name="gettext">
<target name="temporary-gettext"> <target name="temporary-gettext">
<property name="makedir" value="${builddir}/gettext-0.19.8.1"/> <property name="makedir" value="${builddir}/gettext-0.20.1"/>
<exec executable="tar" failonerror="true"> <exec executable="tar" failonerror="true">
<arg line="xf packages/gettext/gettext-0.19.8.1.tar.xz -C ${builddir}"/> <arg line="xf packages/gettext/gettext-0.20.1.tar.xz -C ${builddir}"/>
</exec> </exec>
<exec executable="./configure" dir="${makedir}/gettext-tools" failonerror="true"> <exec executable="./configure" dir="${makedir}/gettext-tools" failonerror="true">
<env key="EMACS" value="no"/> <env key="EMACS" value="no"/>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment