Merge 97f809201f into 40639eccad
This commit is contained in:
commit
63b5e18a0a
|
|
@ -69,6 +69,7 @@ all: expat
|
||||||
--disable-werror --enable-static --without-mpfr --disable-tui --without-python \
|
--disable-werror --enable-static --without-mpfr --disable-tui --without-python \
|
||||||
--without-lzma \
|
--without-lzma \
|
||||||
--with-expat \
|
--with-expat \
|
||||||
|
--disable-source-highlight \
|
||||||
--with-libexpat-prefix=$(CURRENT_DIR)/$(PKG_NAME_EXPAT)/$(PKG_BIN) \
|
--with-libexpat-prefix=$(CURRENT_DIR)/$(PKG_NAME_EXPAT)/$(PKG_BIN) \
|
||||||
--with-zlib ;\
|
--with-zlib ;\
|
||||||
make -j$(SYSDRV_JOBS) >/dev/null || exit -1; \
|
make -j$(SYSDRV_JOBS) >/dev/null || exit -1; \
|
||||||
|
|
@ -105,6 +106,7 @@ expat:
|
||||||
--enable-ipv6 \
|
--enable-ipv6 \
|
||||||
--disable-nls \
|
--disable-nls \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
|
--disable-source-highlight \
|
||||||
--disable-shared; \
|
--disable-shared; \
|
||||||
make -j$(SYSDRV_JOBS) >/dev/null || exit -1; \
|
make -j$(SYSDRV_JOBS) >/dev/null || exit -1; \
|
||||||
make install > /dev/null; \
|
make install > /dev/null; \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user