This commit is contained in:
Setsuna ad Astra 2024-12-08 11:39:59 +00:00 committed by GitHub
commit 63b5e18a0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,6 +69,7 @@ all: expat
--disable-werror --enable-static --without-mpfr --disable-tui --without-python \
--without-lzma \
--with-expat \
--disable-source-highlight \
--with-libexpat-prefix=$(CURRENT_DIR)/$(PKG_NAME_EXPAT)/$(PKG_BIN) \
--with-zlib ;\
make -j$(SYSDRV_JOBS) >/dev/null || exit -1; \
@ -105,6 +106,7 @@ expat:
--enable-ipv6 \
--disable-nls \
--enable-static \
--disable-source-highlight \
--disable-shared; \
make -j$(SYSDRV_JOBS) >/dev/null || exit -1; \
make install > /dev/null; \