mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 02:15:24 +01:00
Merge pull request #119 from stikonas/amhello
automake-1.15: do not try to build amhello with tcc
This commit is contained in:
commit
a5965288b5
3 changed files with 7 additions and 1 deletions
|
|
@ -5,6 +5,8 @@
|
|||
src_prepare() {
|
||||
default
|
||||
|
||||
rm doc/amhello-1.0.tar.gz
|
||||
|
||||
./bootstrap
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@
|
|||
src_prepare() {
|
||||
default
|
||||
|
||||
rm doc/amhello-1.0.tar.gz
|
||||
|
||||
./bootstrap
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@
|
|||
src_prepare() {
|
||||
default
|
||||
|
||||
rm doc/amhello-1.0.tar.gz
|
||||
|
||||
./bootstrap
|
||||
|
||||
rm doc/automake-history.info
|
||||
|
|
@ -15,7 +17,7 @@ src_configure() {
|
|||
}
|
||||
|
||||
src_compile() {
|
||||
make MAKEINFO=true CC=tcc
|
||||
make MAKEINFO=true
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue