mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 07:10:16 -07:00
Flex: Disable nls
This commit is contained in:
parent
b7455c9466
commit
3c5f1acfe7
@ -1,5 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
machine=$(gcc -dumpmachine)
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--enable-targets=x86_64-pep \
|
||||
@ -7,6 +9,7 @@
|
||||
--disable-werror \
|
||||
--disable-nls \
|
||||
--with-mmap \
|
||||
--build="$machine" \
|
||||
--with-system-zlib
|
||||
|
||||
make
|
||||
|
@ -1 +1 @@
|
||||
2.32 1
|
||||
2.32 2
|
||||
|
@ -4,6 +4,7 @@
|
||||
--prefix=/usr \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--disable-nls \
|
||||
ac_cv_func_malloc_0_nonnull=yes \
|
||||
ac_cv_func_realloc_0_nonnull=yes
|
||||
|
||||
|
@ -1 +1 @@
|
||||
2.6.4 1
|
||||
2.6.4 2
|
||||
|
Loading…
Reference in New Issue
Block a user