mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
alpine: update to 2.20
New version requires a patch to skip openssl runtime checking when cross-compiling. Signed-off-by: Antti Seppälä <a.seppala@gmail.com>
This commit is contained in:
+2
-10
@@ -8,12 +8,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=alpine
|
||||
PKG_VERSION:=2.11
|
||||
PKG_VERSION:=2.20
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_URL:=http://patches.freeiz.com/alpine/release/src/
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_MD5SUM:=a3bba218787691080d706b36215eec06
|
||||
PKG_MD5SUM:=043b67666af73b26f9627ad97e2aaf92
|
||||
|
||||
PKG_MAINTAINER:=Antti Seppälä <a.seppala@gmail.com>
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
@@ -102,14 +102,6 @@ else
|
||||
DISABLE_IPV6:=--without-ipv6
|
||||
endif
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default)
|
||||
( cd $(PKG_BUILD_DIR)/regex ; \
|
||||
make ; \
|
||||
)
|
||||
$(call Build/Configure/Default)
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
( cd $(PKG_BUILD_DIR)/pith ; \
|
||||
$(HOSTCC) help_h_gen.c -c -o help_h_gen.o ; \
|
||||
|
||||
Reference in New Issue
Block a user