Commit afa44251 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

e2fsprogs now want to use crond but we don't have it - direct it to /tmp

parent 0640c463
......@@ -16,7 +16,7 @@
<env key="LD" value="${CLFS_TARGET}-ld"/>
<env key="STRIP" value="${CLFS_TARGET}-strip"/>
<env key="LDFLAGS" value="-Wl,-rpath,${sysrootdir}/tools/lib,-rpath-link,${sysrootdir}/tools/lib"/>
<arg line="--prefix=${sysrootdir}/tools --enable-elf-shlibs --build=${CLFS_HOST} --host=${CLFS_TARGET} --disable-libblkid --disable-libuuid --disable-fsck --disable-uuidd"/>
<arg line="--prefix=${sysrootdir}/tools --with-crond-dir=/tmp --enable-elf-shlibs --build=${CLFS_HOST} --host=${CLFS_TARGET} --disable-libblkid --disable-libuuid --disable-fsck --disable-uuidd"/>
</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