| Index: build_image
|
| diff --git a/build_image b/build_image
|
| index f727b7497f3698dce564615dd50101d55c34b5dd..bd49af5054b2e468f99711d3bceb26d170ed4404 100755
|
| --- a/build_image
|
| +++ b/build_image
|
| @@ -180,7 +180,7 @@ fi
|
| # We don't allow building from source with the image as a target,
|
| # and it's not possible to store prebuilts for the same package
|
| # with different use flags.
|
| -USE="${EXTRA_USE}" emerge-${FLAGS_board} \
|
| +USE="${EXTRA_USE} ${USE}" emerge-${FLAGS_board} \
|
| -uNDvg --binpkg-respect-use=y virtual/kernel
|
|
|
| # Use canonical path since some tools (e.g. mount) do not like symlinks.
|
|
|