fossl: update to 1.34
Signed-off-by: Luka Perkov <luka@openwrt.org>
This commit is contained in:
parent
b261ef65cf
commit
94d295e25e
|
@ -8,7 +8,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=fossil
|
PKG_NAME:=fossil
|
||||||
PKG_VERSION:=1.33
|
PKG_VERSION:=1.34
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_LICENSE:=BSD-2-Clause
|
PKG_LICENSE:=BSD-2-Clause
|
||||||
|
@ -16,7 +16,7 @@ PKG_MAINTAINER:=Luka Perkov <luka@openwrt.org>
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-src-${PKG_VERSION}.tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-src-${PKG_VERSION}.tar.gz
|
||||||
PKG_SOURCE_URL:=http://www.fossil-scm.org/download/
|
PKG_SOURCE_URL:=http://www.fossil-scm.org/download/
|
||||||
PKG_MD5SUM:=53f8145084a2065d6cb734980c172c7e
|
PKG_MD5SUM:=3d5a7da5c506a47784942236a788b29b
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-src-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-src-$(PKG_VERSION)
|
||||||
|
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
--- a/Makefile.classic
|
--- a/Makefile.classic
|
||||||
+++ b/Makefile.classic
|
+++ b/Makefile.classic
|
||||||
@@ -41,9 +41,6 @@ TCC = gcc -g -Os -Wall
|
@@ -41,9 +41,6 @@
|
||||||
# FOSSIL_ENABLE_MINIZ = 1
|
# FOSSIL_ENABLE_MINIZ = 1
|
||||||
# TCC += -DFOSSIL_ENABLE_MINIZ
|
# TCC += -DFOSSIL_ENABLE_MINIZ
|
||||||
|
|
||||||
-# To add support for HTTPS
|
-# To add support for HTTPS
|
||||||
-TCC += -DFOSSIL_ENABLE_SSL
|
-TCC += -DFOSSIL_ENABLE_SSL
|
||||||
-
|
-
|
||||||
#### Extra arguments for linking the finished binary. Fossil needs
|
#### We sometimes add the -static option here so that we can build a
|
||||||
# to link against the Z-Lib compression library unless the miniz
|
# static executable that will run in a chroot jail.
|
||||||
# library in the source tree is being used. There are no other
|
#LIB = -static
|
||||||
@@ -58,9 +55,6 @@ ZLIB_LIB. = $(ZLIB_LIB.0)
|
@@ -60,9 +57,6 @@
|
||||||
# If using zlib:
|
# If using zlib:
|
||||||
LIB = $(ZLIB_LIB.$(FOSSIL_ENABLE_MINIZ)) $(LDFLAGS)
|
LIB += $(ZLIB_LIB.$(FOSSIL_ENABLE_MINIZ)) $(LDFLAGS)
|
||||||
|
|
||||||
-# If using HTTPS:
|
-# If using HTTPS:
|
||||||
-LIB += -lcrypto -lssl
|
-LIB += -lcrypto -lssl
|
Loading…
Reference in New Issue