Browse Source

coreutils: changed to install libstdbuf.so into /usr/lib/coreutils instead of /usr/libexec/coreutils

user/amery/next/luajit
Christian Wiese 13 years ago
parent
commit
c7c0db547e
  1. 2
      base/coreutils/coreutils.conf

2
base/coreutils/coreutils.conf

@ -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'

Loading…
Cancel
Save