File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -132,13 +132,14 @@ else
132132 sed -i ' s|check-texinfo: $(syntax_checks)|check-texinfo:|' doc/local.mk
133133 ./bootstrap --skip-po
134134 ./configure --quiet --disable-gcc-warnings --disable-nls --disable-dependency-tracking --disable-bold-man-page-references \
135+ ac_cv_header_stdckdint_h=no \
135136 " $( [ " ${SELINUX_ENABLED} " = 1 ] && echo --with-selinux || echo --without-selinux) "
136137 # Add timeout to to protect against hangs
137138 sed -i ' s|^"\$@|' " ${SYSTEM_TIMEOUT} " ' 600 "\$@|' build-aux/test-driver
138139 sed -i ' s| tr | /usr/bin/tr |' tests/init.sh
139140 # Use a better diff
140141 sed -i ' s|diff -c|diff -u|g' tests/Coreutils.pm
141- " ${MAKE} " -j " $( " ${NPROC} " ) "
142+ " ${MAKE} " -j " $( " ${NPROC} " ) " src/getlimits # needed for tests
142143
143144 # Handle generated factor tests
144145 t_first=00
You can’t perform that action at this time.
0 commit comments