Commit 8eb13cd2 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

We should untar m4 before patching it

parent 25b754de
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
<target name="cross-m4"> <target name="cross-m4">
<property name="makedir" value="${builddir}/m4-1.4.18"/> <property name="makedir" value="${builddir}/m4-1.4.18"/>
<exec executable="patch" dir="${builddir}/m4-1.4.18" failonerror="true">
<arg line="-Np1 -i ${basedir}/packages/m4/m4-1.4.18-glibc2.28_fix.patch"/>
</exec>
<exec executable="tar" failonerror="true"> <exec executable="tar" failonerror="true">
<arg line="xf packages/m4/m4-1.4.18.tar.xz -C ${builddir}"/> <arg line="xf packages/m4/m4-1.4.18.tar.xz -C ${builddir}"/>
</exec> </exec>
<exec executable="patch" dir="${builddir}/m4-1.4.18" failonerror="true">
<arg line="-Np1 -i ${basedir}/packages/m4/m4-1.4.18-glibc2.28_fix.patch"/>
</exec>
<exec executable="./configure" dir="${makedir}" failonerror="true"> <exec executable="./configure" dir="${makedir}" failonerror="true">
<arg line="--prefix=${sysrootdir}/cross-tools"/> <arg line="--prefix=${sysrootdir}/cross-tools"/>
</exec> </exec>
......
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