Skip to content

Commit

Permalink
Add --disable-nls to bash.
Browse files Browse the repository at this point in the history
Saves 4MB on the Docker template and 1.1MB on the ISO
  • Loading branch information
snacsnoc committed May 6, 2015
1 parent 7fc772d commit c2994c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ make DESTDIR=/sysroot/path install
To compile Bash 4.3:

```
CC=i486-linux-musl-gcc CROSS_COMPILE=i486-linux-musl- ./configure --enable-static-link --enable-largefile --prefix=/path/to/install --without-bash-malloc --enable-net-redirections --host=i486-linux-musl --target=i486-linux-musl -C
CC=i486-linux-musl-gcc CROSS_COMPILE=i486-linux-musl- ./configure --enable-static-link --enable-largefile --prefix=/path/to/install --without-bash-malloc --enable-net-redirections --host=i486-linux-musl --target=i486-linux-musl --disable-nls -C
CC=i486-linux-musl-gcc CROSS_COMPILE=i486-linux-musl- make
make install
Expand Down

0 comments on commit c2994c1

Please sign in to comment.