Etapa G: zlib static (sin --shared, make libz.a) — lab static-musl rechaza el test shared
This commit is contained in:
@@ -22,11 +22,12 @@ compile = '''
|
||||
_abuild_phase() {
|
||||
# we trade size for a little more speed.
|
||||
export CFLAGS="$CFLAGS -O2"
|
||||
# lab static-musl: sin --shared (evita el test examplesh que linkea la .so con -static y zig rechaza).
|
||||
CHOST="$CHOST" ./configure \
|
||||
--prefix=/usr \
|
||||
--shared \
|
||||
--static \
|
||||
--disable-crcvx
|
||||
make
|
||||
make libz.a
|
||||
}
|
||||
_abuild_phase
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user