indent: fix cross build
This commit is contained in:
parent
c82dab8950
commit
9eec68fb2f
1 changed files with 2 additions and 1 deletions
|
@ -17,9 +17,10 @@ pre_configure() {
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
# manpages are not created properly, so recreate it
|
# manpages are not created properly, so recreate it
|
||||||
|
unset CC LD AR AS RANLIB CPP CFLAGS CPPFLAGS LDFLAGS
|
||||||
cd man
|
cd man
|
||||||
rm indent.1
|
rm indent.1
|
||||||
make CC=cc clean all
|
make CC=cc LD=cc CFLAGS= LDFLAGS= clean all
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue