Commit 6f99765c authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Upgraded gettext to 0.20.2

parent 6889d9ff
all: all:
tar xf gettext-0.20.1.tar.xz tar xf gettext-0.20.2.tar.xz
cd gettext-0.20.1 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --disable-static --docdir=/usr/share/doc/gettext-0.20.1 cd gettext-0.20.2 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --disable-static --docdir=/usr/share/doc/gettext-0.20.2
$(MAKE) -C gettext-0.20.1 $(MAKE) -C gettext-0.20.2
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \ if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C gettext-0.20.1 check ; \ $(MAKE) -C gettext-0.20.2 check ; \
fi fi
$(MAKE) -C gettext-0.20.1 install $(MAKE) -C gettext-0.20.2 install
chmod -v 0755 /usr/lib/preloadable_libintl.so chmod -v 0755 /usr/lib/preloadable_libintl.so
rm -rf gettext-0.20.1 rm -rf gettext-0.20.2
<project name="gettext"> <project name="gettext">
<target name="temporary-gettext"> <target name="temporary-gettext">
<property name="makedir" value="${builddir}/gettext-0.20.1"/> <property name="makedir" value="${builddir}/gettext-0.20.2"/>
<exec executable="tar" failonerror="true"> <exec executable="tar" failonerror="true">
<arg line="xf packages/gettext/gettext-0.20.1.tar.xz -C ${builddir}"/> <arg line="xf packages/gettext/gettext-0.20.2.tar.xz -C ${builddir}"/>
</exec> </exec>
<exec executable="./configure" dir="${makedir}/libtextstyle" failonerror="true"> <exec executable="./configure" dir="${makedir}/libtextstyle" 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