File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ all: AR=$(PREFIX)/bin/$(ARCH)-ar
1010all : $(LIBSSL ) .orig $(ZLIB ) .orig $(CURL ) .orig
1111 cd $(LIBSSL ) .orig \
1212 && CC=$(CC ) AR=$(AR ) CFLAGS=" -static -g0 -Os" \
13- ./configure --prefix=$(PREFIX ) --disable-shared --disable-tests --disable-dependency-tracking --build=x86_64-linux-musl --host=$(ARCH ) \
13+ ./configure --prefix=$(PREFIX ) / $( ARCH ) --disable-shared --disable-tests --disable-dependency-tracking --build=x86_64-linux-musl --host=$(ARCH ) \
1414 && $(MAKE ) -j` nproc` && $(MAKE ) install
15- cd $(ZLIB ) .orig \
15+ mkdir -p $( ZLIB ) .orig/build && cd $(ZLIB ) .orig/build \
1616 && CC=$(CC ) AR=$(AR ) CFLAGS=" -static -g0 -Os" PKG_CONFIG_PATH=$(PREFIX ) /lib/pkgconfig \
17- ./configure --prefix= $( PREFIX ) --zlib-compat --static \
17+ cmake .. -DZLIB_ENABLE_TESTS=no -DZLIB_COMPAT=yes -DCMAKE_C_COMPILER= $( CC ) -DCMAKE_PREFIX_PATH= $( PREFIX ) -DCMAKE_INSTALL_PREFIX= $( PREFIX ) / $( ARCH ) ZLIBNG_ENABLE_TESTS=no WITH_SANITIZER=no WITH_GTEST=no \
1818 && $(MAKE ) -j` nproc` && $(MAKE ) install
1919 cd $(CURL ) .orig \
2020 && CC=$(CC ) AR=$(AR ) CFLAGS=" -static -g0 -Os" PKG_CONFIG_PATH=$(PREFIX ) /lib/pkgconfig \
21- ./configure --prefix=$(PREFIX ) --disable-shared --with-zlib=$(PREFIX ) --with-openssl --build=x86_64-linux-musl --host=$(ARCH ) --with-sysroot=$(PREFIX ) --without-libpsl --disable-docs \
21+ ./configure --prefix=$(PREFIX ) / $( ARCH ) --disable-shared --with-zlib=$(PREFIX ) --with-openssl --build=x86_64-linux-musl --host=$(ARCH ) --with-sysroot=$(PREFIX ) --without-libpsl --disable-docs \
2222 && $(MAKE ) -j` nproc` && $(MAKE ) install
2323
2424# upstream: https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/
You can’t perform that action at this time.
0 commit comments