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:
Antti Seppälä
2015-01-25 12:37:54 +02:00
parent fd5970343d
commit fb65b9d460
2 changed files with 31 additions and 10 deletions
+2 -10
View File
@@ -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 ; \