forked from kiss-community/repo
Flex: Disable nls
This commit is contained in:
parent
b7455c9466
commit
3c5f1acfe7
@ -1,5 +1,7 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
|
machine=$(gcc -dumpmachine)
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--enable-targets=x86_64-pep \
|
--enable-targets=x86_64-pep \
|
||||||
@ -7,6 +9,7 @@
|
|||||||
--disable-werror \
|
--disable-werror \
|
||||||
--disable-nls \
|
--disable-nls \
|
||||||
--with-mmap \
|
--with-mmap \
|
||||||
|
--build="$machine" \
|
||||||
--with-system-zlib
|
--with-system-zlib
|
||||||
|
|
||||||
make
|
make
|
||||||
|
@ -1 +1 @@
|
|||||||
2.32 1
|
2.32 2
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
--disable-nls \
|
||||||
ac_cv_func_malloc_0_nonnull=yes \
|
ac_cv_func_malloc_0_nonnull=yes \
|
||||||
ac_cv_func_realloc_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