e2fa462426
releases.nixos.org gives some weird XML pages. The upstream location is nixos.org/releases. This side uses HSTS, so switch to https to avoid a needless redirect. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
14 lines
433 B
Makefile
14 lines
433 B
Makefile
################################################################################
|
|
#
|
|
# patchelf
|
|
#
|
|
################################################################################
|
|
|
|
PATCHELF_VERSION = 0.9
|
|
PATCHELF_SITE = https://nixos.org/releases/patchelf/patchelf-$(PATCHELF_VERSION)
|
|
PATCHELF_SOURCE = patchelf-$(PATCHELF_VERSION).tar.bz2
|
|
PATCHELF_LICENSE = GPL-3.0+
|
|
PATCHELF_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(host-autotools-package))
|