We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5202ac1 + 0d92953 commit 62121a9Copy full SHA for 62121a9
1 file changed
util/build-gnu.sh
@@ -140,7 +140,8 @@ else
140
# Change the PATH to test the uutils coreutils instead of the GNU coreutils
141
sed -i "s/^[[:blank:]]*PATH=.*/ PATH='${UU_BUILD_DIR//\//\\/}\$(PATH_SEPARATOR)'\"\$\$PATH\" \\\/" tests/local.mk
142
./bootstrap --skip-po
143
- ./configure --quiet --disable-gcc-warnings --disable-nls --disable-dependency-tracking --disable-bold-man-page-references
+ ./configure --quiet --disable-gcc-warnings --disable-nls --disable-dependency-tracking --disable-bold-man-page-references \
144
+ "$([ ${SELINUX_ENABLED} = 1 ] && echo --with-selinux || echo --without-selinux)"
145
#Add timeout to to protect against hangs
146
sed -i 's|^"\$@|'"${SYSTEM_TIMEOUT}"' 600 "\$@|' build-aux/test-driver
147
sed -i 's| tr | /usr/bin/tr |' tests/init.sh
0 commit comments