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 @@ -130,6 +130,7 @@ if test -f gnu-built; then
130130else
131131 # Disable useless checks
132132 sed -i ' s|check-texinfo: $(syntax_checks)|check-texinfo:|' doc/local.mk
133+ export CFLAGS=" ${CFLAGS} -pipe -std=gnu23"
133134 ./bootstrap --skip-po
134135 ./configure --quiet --disable-gcc-warnings --disable-nls --disable-dependency-tracking --disable-bold-man-page-references \
135136 " $( [ " ${SELINUX_ENABLED} " = 1 ] && echo --with-selinux || echo --without-selinux) "
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