mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 16:55:25 +01:00
Regenerate bfd header files.
This commit is contained in:
parent
1412fb99ec
commit
329f5ac73e
1 changed files with 9 additions and 0 deletions
|
|
@ -72,3 +72,12 @@ src_configure() {
|
||||||
sed -i 's/C_alloca/alloca/g' libiberty/alloca.c
|
sed -i 's/C_alloca/alloca/g' libiberty/alloca.c
|
||||||
sed -i 's/C_alloca/alloca/g' include/libiberty.h
|
sed -i 's/C_alloca/alloca/g' include/libiberty.h
|
||||||
}
|
}
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
# Rebuild generated header files. bfd/Makefile does not exists at this stage,
|
||||||
|
# so we need to create it first.
|
||||||
|
make configure-bfd
|
||||||
|
make -C bfd headers
|
||||||
|
|
||||||
|
default_src_compile
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue