|
5 | 5 | # spell-checker:ignore (paths) abmon deref discrim eacces getlimits getopt ginstall inacc infloop inotify reflink ; (misc) INT_OFLOW OFLOW |
6 | 6 | # spell-checker:ignore baddecode submodules xstrtol distros ; (vars/env) SRCDIR vdir rcexp xpart dired OSTYPE ; (utils) greadlink gsed multihardlink texinfo CARGOFLAGS |
7 | 7 | # spell-checker:ignore openat TOCTOU CFLAGS |
8 | | -# spell-checker:ignore hfsplus casefold chattr |
9 | 8 |
|
10 | 9 | set -e |
11 | 10 |
|
|
128 | 127 | "${SED}" -i 's|check-texinfo: $(syntax_checks)|check-texinfo:|' doc/local.mk |
129 | 128 | # Use CFLAGS for best build time since we discard GNU coreutils |
130 | 129 | CFLAGS="${CFLAGS} -pipe -O0 -s" ./configure -C --quiet --disable-gcc-warnings --disable-nls --disable-dependency-tracking --disable-bold-man-page-references \ |
131 | | - --enable-single-binary=symlinks \ |
| 130 | + --enable-single-binary=symlinks --enable-install-program="arch,kill,uptime,hostname" \ |
132 | 131 | "$([ "${SELINUX_ENABLED}" = 1 ] && echo --with-selinux || echo --without-selinux)" |
133 | 132 | #Add timeout to to protect against hangs |
134 | 133 | "${SED}" -i 's|^"\$@|'"${SYSTEM_TIMEOUT}"' 600 "\$@|' build-aux/test-driver |
@@ -249,9 +248,6 @@ sed -i -e "s|---dis ||g" tests/tail/overlay-headers.sh |
249 | 248 | "${SED}" -i "s/ {ERR=>\"\$prog: foobar\\\\n\" \. \$try_help }/ {ERR=>\"error: unexpected argument '--foobar' found\n\n tip: to pass '--foobar' as a value, use '-- --foobar'\n\nUsage: basenc [OPTION]... [FILE]\n\nFor more information, try '--help'.\n\"}]/" tests/basenc/basenc.pl |
250 | 249 | "${SED}" -i "s/ {ERR_SUBST=>\"s\/(unrecognized|unknown) option \[-' \]\*foobar\[' \]\*\/foobar\/\"}],//" tests/basenc/basenc.pl |
251 | 250 |
|
252 | | -# Remove the check whether a util was built. Otherwise tests against utils like "arch" are not run. |
253 | | -"${SED}" -i "s|require_built_ |# require_built_ |g" init.cfg |
254 | | - |
255 | 251 | # exit early for the selinux check. The first is enough for us. |
256 | 252 | "${SED}" -i "s|# Independent of whether SELinux|return 0\n #|g" init.cfg |
257 | 253 |
|
|
0 commit comments