X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=tools%2Flibressl%2FMakefile;h=4072194763f125105bfd913857dcca729061c651;hb=587f94eb1adb2eb65ff7b87a78c4641d2d15dc2c;hp=dbd8ca4d1ac9ecabd78ccc49459648f4dee13d4d;hpb=5950397e1486548c2736d653fdf177e986b3e896;p=openwrt%2Fstaging%2Fnbd.git diff --git a/tools/libressl/Makefile b/tools/libressl/Makefile index dbd8ca4d1a..4072194763 100644 --- a/tools/libressl/Makefile +++ b/tools/libressl/Makefile @@ -8,14 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libressl -PKG_VERSION:=3.3.1 -PKG_HASH:=a6d331865e0164a13ac85a228e52517f7cf8f8488f2f95f34e7857302f97cfdb -PKG_RELEASE:=1 +PKG_VERSION:=3.7.3 +PKG_HASH:=7948c856a90c825bd7268b6f85674a8dcd254bae42e221781b24e3f8dc335db3 PKG_CPE_ID:=cpe:/a:openbsd:libressl PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://mirror.ox.ac.uk/pub/OpenBSD/LibreSSL \ +PKG_SOURCE_URL:=https://mirror.ox.ac.uk/pub/OpenBSD/LibreSSL \ http://ftp.jaist.ac.jp/pub/OpenBSD/LibreSSL \ https://ftp.openbsd.org/pub/OpenBSD/LibreSSL @@ -23,11 +22,19 @@ HOST_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/host-build.mk -HOST_CONFIGURE_ARGS += --enable-static --disable-shared --disable-tests -HOST_CFLAGS += $(FPIC) +HOSTCC := $(HOSTCC_NOCACHE) -ifeq ($(GNU_HOST_NAME),x86_64-linux-gnux32) -HOST_CONFIGURE_ARGS += --disable-asm -endif +HOST_CFLAGS += $(HOST_FPIC) + +HOST_CONFIGURE_ARGS += \ + --enable-static \ + --disable-shared \ + --disable-asm \ + --with-pic \ + --disable-tests + +define Host/Uninstall + -$(call Host/Compile/Default,uninstall) +endef $(eval $(call HostBuild))