Etapa G: libs C autotools (expat/pcre2/libffi/libpng/fontconfig/gettext) a static (--disable-shared --enable-static)
This commit is contained in:
@@ -21,6 +21,7 @@ flags = []
|
||||
compile = '''
|
||||
_abuild_phase() {
|
||||
./configure \
|
||||
--disable-shared --enable-static \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
|
||||
@@ -21,6 +21,7 @@ flags = []
|
||||
compile = '''
|
||||
_abuild_phase() {
|
||||
./configure \
|
||||
--disable-shared --enable-static \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
|
||||
@@ -25,6 +25,7 @@ _abuild_phase() {
|
||||
# the test is broken and fails with ash
|
||||
gt_cv_func_printf_posix=yes \
|
||||
./configure \
|
||||
--disable-shared --enable-static \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
|
||||
@@ -22,6 +22,7 @@ flags = []
|
||||
compile = '''
|
||||
_abuild_phase() {
|
||||
./configure \
|
||||
--disable-shared --enable-static \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
|
||||
@@ -22,6 +22,7 @@ flags = []
|
||||
compile = '''
|
||||
_abuild_phase() {
|
||||
./configure \
|
||||
--disable-shared --enable-static \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
|
||||
@@ -22,6 +22,7 @@ compile = '''
|
||||
_abuild_phase() {
|
||||
# Note: Forced -O3 is recommended (needed?) for Julia.
|
||||
./configure \
|
||||
--disable-shared --enable-static \
|
||||
CFLAGS="$CFLAGS -O3" \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
|
||||
Reference in New Issue
Block a user