X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=tools%2Flibressl%2FMakefile;fp=tools%2Flibressl%2FMakefile;h=0cc26a930c3f690004d52392eb8d65071cc74506;hb=649e098ec085abad1ac08b545e03db882fbfcc17;hp=1a497935e7ef53838314398af168c35e39db0c05;hpb=e18534f90558882bd9cbaa55bd64d775035c6556;p=openwrt%2F.git diff --git a/tools/libressl/Makefile b/tools/libressl/Makefile index 1a497935e7..0cc26a930c 100644 --- a/tools/libressl/Makefile +++ b/tools/libressl/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libressl -PKG_VERSION:=3.0.2 -PKG_HASH:=df7b172bf79b957dd27ef36dcaa1fb162562c0e8999e194aa8c1a3df2f15398e +PKG_VERSION:=3.2.1 +PKG_HASH:=d28db224cfb6d18009b2a7e8cb213cd5c943bbec87550062fef6a38479250315 PKG_RELEASE:=1 PKG_CPE_ID:=cpe:/a:openbsd:libressl @@ -23,7 +23,7 @@ HOST_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/host-build.mk -HOST_CONFIGURE_ARGS += --disable-shared +HOST_CONFIGURE_ARGS += --enable-static --disable-shared --disable-tests HOST_CFLAGS += $(FPIC) ifeq ($(GNU_HOST_NAME),x86_64-linux-gnux32)