mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 09:45:24 +01:00
Install each bison with different symlinks
This commit is contained in:
parent
6a77c8f426
commit
1ba9c80a3b
8 changed files with 33 additions and 12 deletions
|
|
@ -17,7 +17,13 @@ src_prepare() {
|
|||
}
|
||||
|
||||
src_configure() {
|
||||
./configure --prefix="${PREFIX}" --libdir="${LIBDIR}" --enable-static --disable-shared --disable-java
|
||||
INTLBISON=bison-3.6 \
|
||||
TOOLS_BISON=bison-3.6 \
|
||||
./configure --prefix="${PREFIX}" \
|
||||
--libdir="${LIBDIR}" \
|
||||
--enable-static \
|
||||
--disable-shared \
|
||||
--disable-java
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue