Etapa G: libs C autotools (expat/pcre2/libffi/libpng/fontconfig/gettext) a static (--disable-shared --enable-static)

This commit is contained in:
2026-06-29 23:11:42 -04:00
parent 1138c8981f
commit b32f3a0174
6 changed files with 6 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@ flags = []
compile = '''
_abuild_phase() {
./configure \
--disable-shared --enable-static \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
+1
View File
@@ -21,6 +21,7 @@ flags = []
compile = '''
_abuild_phase() {
./configure \
--disable-shared --enable-static \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
+1
View File
@@ -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 \
+1
View File
@@ -22,6 +22,7 @@ flags = []
compile = '''
_abuild_phase() {
./configure \
--disable-shared --enable-static \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
+1
View File
@@ -22,6 +22,7 @@ flags = []
compile = '''
_abuild_phase() {
./configure \
--disable-shared --enable-static \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
+1
View File
@@ -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 \