X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-pl1-f172.google.com (mail-pl1-f172.google.com [209.85.214.172]) by lists.alpinelinux.org (Postfix) with ESMTP id 24BC5F8572A for ; Mon, 8 Jul 2019 13:27:50 +0000 (UTC) Received: by mail-pl1-f172.google.com with SMTP id w24so8284203plp.2 for ; Mon, 08 Jul 2019 06:27:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=+TybvTyi+d/Cwi1WWyS+6Kme3nMvwpV1hTDs7obGYhU=; b=SYpzhnUqZnwhpS5qjRmOHZ1+o/4KmDr11BeuTHs91fB1esi3ciuNVYSLC+JtlhEWYa O2M+bSNjF8p0g2WVnByPx9IQVUn5p+xdnso2+LTDo6jdZXUdecdGHLl1VCkowz8ITmGs pUno8nI6x37oQ26ObL29NWlQjNX2uGXlL5MVqxtmGsXGbzj4z2kohWV1FKA0fPN0ZNk0 cCS4IM9rpNny8AVkG81okb45NNQ6RaAebC5zjEiGHSfdk0UAnNihwnVEvUO0CQp/Bb0P p2gOUy5MPuIHxofPnN7oUlq/kZF9WPu1H+fklh4wiGmZgniUzGrxIOMNQgAmuIq5zd1w uQNg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=+TybvTyi+d/Cwi1WWyS+6Kme3nMvwpV1hTDs7obGYhU=; b=A012VXPZFH5CKaEFLem+YC85sA+QJuO7AWomfv1jEYisOr7AvTEWXyoI7UCQqNWZhb swgzLgG1d+AL/OaEwzkIWW38XXm8wu1rSmO/71SshRtU8Gd1qz7OH+vxpLNRsGsX5m8O Xqnx8MXhDKfjg7o3BMUjsfQgNV8kvZMj6AYvmC/JkvVpKOrI3ntdgzGLIvyPQI7bOgwz f6upw+TLVcqF0TPNcO730EnUqbdkWn0u6SO2OuzgcxBHsLO+04T+r8b7W8gW7dFl99HK zE1gb1jrnzWoeM2lquDvSQcDMfjlUCM14XOVYUNn9ZnaKYvBj1Z6ML0E5Q8gizFu3LzN vdRQ== X-Gm-Message-State: APjAAAUgv5/ak0ZMayphxjFZUdCyUKASMo8wNAsq27+KSS2AoXUozq7F wAQLwECMn4l97vfWrxy8X1RVuFtnIRg= X-Google-Smtp-Source: APXvYqxR7Qw603dFBmi5zaY1xn8E9OO8zA40YPupmR+Yu4elovX7LXT8HgeJ+pxle5HOdu7Rltpi8g== X-Received: by 2002:a17:902:24c:: with SMTP id 70mr24850834plc.2.1562592469200; Mon, 08 Jul 2019 06:27:49 -0700 (PDT) Received: from sunstreaker.phoenixphire.net (ip-146-136.yless4u.com.au. [103.22.146.136]) by smtp.gmail.com with ESMTPSA id w3sm16056365pgl.31.2019.07.08.06.27.47 for (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Mon, 08 Jul 2019 06:27:48 -0700 (PDT) From: Anthony Davies To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] main/keyutils: make libkeyutils.so symlink relative Date: Mon, 8 Jul 2019 23:27:44 +1000 Message-Id: <20190708132744.30353-1-anthony.t.davies@gmail.com> X-Mailer: git-send-email 2.22.0 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Fixes usecase where one is cross compiling using a sysroot. Incremeted pkgrel --- main/keyutils/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/keyutils/APKBUILD b/main/keyutils/APKBUILD index 2926f6db9d..91cded0cc4 100644 --- a/main/keyutils/APKBUILD +++ b/main/keyutils/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa pkgname=keyutils pkgver=1.6 -pkgrel=0 +pkgrel=1 pkgdesc="Linux Key Management Utilities" url="http://people.redhat.com/~dhowells/keyutils/" arch="all" -- 2.22.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---