mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 02:56:31 +01:00
Move some things around for the sake of gettext
Gettext needs - gperf - python 2.3+ to regenerate files
This commit is contained in:
parent
83dae02dbf
commit
cf61139126
6 changed files with 81 additions and 71 deletions
|
|
@ -197,7 +197,6 @@ src_configure() {
|
|||
src_compile() {
|
||||
ln -s . "build/build-${TARGET}"
|
||||
for dir in libiberty libcpp libdecnumber gcc; do
|
||||
# We have makeinfo now but it is not happy with gcc .info files, so skip it
|
||||
make "${MAKEJOBS}" -C build/$dir LIBGCC2_INCLUDES=-I"${PREFIX}/include" \
|
||||
STMP_FIXINC= GMPLIBS="-lmpc -lmpfr -lgmp" MAKEINFO=true
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue