File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1257,6 +1257,7 @@ pub fn uu_app() -> Command {
12571257 )
12581258 . arg (
12591259 Arg :: new ( options:: APPARENT_SIZE )
1260+ . short ( 'A' )
12601261 . long ( options:: APPARENT_SIZE )
12611262 . help ( translate ! ( "du-help-apparent-size" ) )
12621263 . action ( ArgAction :: SetTrue ) ,
Original file line number Diff line number Diff line change 136136 ./bootstrap --skip-po
137137 # Use CFLAGS for best build time since we discard GNU coreutils
138138 CFLAGS=" ${CFLAGS} -pipe -O0 -s" ./configure --quiet --disable-gcc-warnings --disable-nls --disable-dependency-tracking --disable-bold-man-page-references \
139- --enable-install-program=" kill,uptime,hostname" \
140139 " $( [ " ${SELINUX_ENABLED} " = 1 ] && echo --with-selinux || echo --without-selinux) "
141140 # Add timeout to to protect against hangs
142141 " ${SED} " -i ' s|^"\$@|' " ${SYSTEM_TIMEOUT} " ' 600 "\$@|' build-aux/test-driver
You can’t perform that action at this time.
0 commit comments