mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-14 23:35:24 +01:00
Remove pre-built java file.
This commit is contained in:
parent
7e60c08579
commit
097cb2d72f
1 changed files with 5 additions and 1 deletions
|
|
@ -9,10 +9,14 @@ src_prepare() {
|
||||||
# bison
|
# bison
|
||||||
rm gettext-runtime/intl/plural.c gettext-tools/src/{po-gram-gen,cldr-plural}.{c,h}
|
rm gettext-runtime/intl/plural.c gettext-tools/src/{po-gram-gen,cldr-plural}.{c,h}
|
||||||
GNULIB_SRCDIR=$(realpath ../gnulib-7daa86f) ./autogen.sh
|
GNULIB_SRCDIR=$(realpath ../gnulib-7daa86f) ./autogen.sh
|
||||||
|
|
||||||
|
# Precompiled Java class
|
||||||
|
rm gettext-tools/gnulib-lib/javaversion.class
|
||||||
|
touch gettext-tools/gnulib-lib/javaversion.class
|
||||||
}
|
}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
./configure --prefix="${PREFIX}" --enable-static --disable-shared
|
./configure --prefix="${PREFIX}" --enable-static --disable-shared --disable-java
|
||||||
}
|
}
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue