|
|
|
@ -29,6 +29,8 @@ for x in $(match_source_file -p patch); do
|
|
|
|
|
var_append patchfiles ' ' "$x" |
|
|
|
|
done |
|
|
|
|
|
|
|
|
|
# install libstdbuf.so into /usr/lib/coreutils instead of /usr/libexec/coreutils |
|
|
|
|
var_append extraconfopt ' ' "--libexecdir=$libdir" |
|
|
|
|
|
|
|
|
|
# without injecting coreutils won't build |
|
|
|
|
var_append GCC_WRAPPER_INSERT ' ' '-std=gnu99' |
|
|
|
|