Commit 91b5e1bb authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Do not build man pages as we don't need them for temporary system

parent 42800aa1
......@@ -5,7 +5,7 @@
<exec executable="tar" failonerror="true">
<arg line="xf packages/eudev/eudev-3.2.8.tar.gz -C ${builddir}"/>
</exec>
<exec executable="./autogen.sh" dir="${makedir}" failonerror="true">
<exec executable="autoreconf" dir="${makedir}" failonerror="true">
<env key="PATH" path="${PATH}"/>
<env key="CC" value="${CLFS_TARGET}-gcc"/>
<env key="CXX" value="${CLFS_TARGET}-g++"/>
......@@ -15,6 +15,7 @@
<env key="LD" value="${CLFS_TARGET}-ld"/>
<env key="STRIP" value="${CLFS_TARGET}-strip"/>
<env key="LDFLAGS" value="-Wl,-rpath,${sysrootdir}/tools/lib"/>
<arg line="-f -i -s"/>
</exec>
<exec executable="./configure" dir="${makedir}" failonerror="true">
<env key="PATH" path="${PATH}"/>
......@@ -26,7 +27,7 @@
<env key="LD" value="${CLFS_TARGET}-ld"/>
<env key="STRIP" value="${CLFS_TARGET}-strip"/>
<env key="LDFLAGS" value="-Wl,-rpath,${sysrootdir}/tools/lib"/>
<arg line="--prefix=${sysrootdir}/tools --bindir=${sysrootdir}/tools/sbin --build=${CLFS_HOST} --host=${CLFS_TARGET} --disable-introspection --disable-gtk-doc-html --disable-gudev --with-firmware-path=/tools/lib/firmware --enable-libkmod"/>
<arg line="--prefix=${sysrootdir}/tools --bindir=${sysrootdir}/tools/sbin --build=${CLFS_HOST} --host=${CLFS_TARGET} --disable-introspection --disable-gtk-doc-html --disable-gudev --with-firmware-path=/tools/lib/firmware --enable-libkmod --disable-manpages"/>
</exec>
<exec executable="make" dir="${makedir}" failonerror="true">
<env key="PATH" path="${PATH}"/>
......
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