mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/tinyproxy: use the release tarball, not a git clone
Upstream ships distribution tarballs with pre-built manpages and necessary fixes, so that the build doesn't break if asciidoc is not available. Signed-off-by: Alexander Mukhin <alexander.i.mukhin@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
f69f1fc302
commit
f9b6666978
@@ -5,11 +5,9 @@
|
||||
################################################################################
|
||||
|
||||
TINYPROXY_VERSION = 1.10.0
|
||||
TINYPROXY_SITE = $(call github,tinyproxy,tinyproxy,$(TINYPROXY_VERSION))
|
||||
TINYPROXY_SITE = https://github.com/tinyproxy/tinyproxy/releases/download/$(TINYPROXY_VERSION)
|
||||
TINYPROXY_SOURCE = tinyproxy-$(TINYPROXY_VERSION).tar.bz2
|
||||
TINYPROXY_LICENSE = GPL-2.0+
|
||||
TINYPROXY_LICENSE_FILES = COPYING
|
||||
|
||||
# building from a git clone and patching Makefile.am
|
||||
TINYPROXY_AUTORECONF = YES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user