Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 0CD597817FE for <~alpine/aports@lists.alpinelinux.org>; Wed, 13 Apr 2022 08:55:04 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cmpwn.com; s=key1; t=1649839735; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=QxfzpCuoDiPdjIYylnyOw3PAsgWf5oXO2lu2e8LdqEE=; b=Og393++gSF/rbJD9d6ZBW+tPcBtwxeSvlKMRREU8qcj+DgTaVFeLfXp/iNtRauUS5s0xvl BWXxrM1vSEZrQgaeR2nXZADKAILQ9vleEX2tf3LrsBnfBm1I8IWfRmYvAr2N7aHyr1vloZ nbQ5i668IoP6F5BXRecz+KQtHk+4O7O/ypAEw9dnToHveoCrar4ynQl5ghW0D44kk5VaHF 293iuHslqfVg6l4AFAxN250V9HW89S7SKZb/bsF5X4VPf/6aM9DqXv0S2wdjhsoQFODy0j gcMYD5TOUpB+AgeDnPm/vhRe//DH0T9hlU8d3Z6hEEzis9j8N2IdN25XuihkcQ== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] main/libbsd: place libbsd.so symlink in /usr/lib Date: Wed, 13 Apr 2022 10:48:54 +0200 Message-Id: <20220413084854.2260-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: cmpwn.com References: https://gitlab.alpinelinux.org/alpine/aports/-/issues/13690 --- main/libbsd/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main/libbsd/APKBUILD b/main/libbsd/APKBUILD index 3e124c8ffb..94e60aefd6 100644 --- a/main/libbsd/APKBUILD +++ b/main/libbsd/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Drew DeVault pkgname=libbsd pkgver=0.11.6 -pkgrel=1 +pkgrel=2 pkgdesc="commonly-used BSD functions not implemented by all libcs" url="https://libbsd.freedesktop.org/" arch="all" @@ -43,6 +43,8 @@ check() { package() { make DESTDIR="$pkgdir" install + # https://gitlab.alpinelinux.org/alpine/aports/-/issues/13690 + ln -sf libbsd.so."$pkgver" "$pkgdir"/usr/lib/libbsd.so } sha512sums=" base-commit: 26122df9124b4363df88cffd2db929c8869e8cb2 prerequisite-patch-id: 941711984b73b51577fa4c00aeba004c06a6ddc3 prerequisite-patch-id: c616a10d78430421fd27961adb202c1846e9776a prerequisite-patch-id: d6c67b207203e99a143162011c6efc89ce956d16 prerequisite-patch-id: 8998f9c236fd950b832692b121466f5ec661ec63 prerequisite-patch-id: 77d9be85e468b0c35f1f3f961d0f8a2ae9ab0937 -- 2.35.2