From 9d1a7b2bf11b16b3b5aa2a3c09f00588cf4a7cdf Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 29 May 2022 16:05:33 -0500 Subject: system/linenoise: Don't call ldconfig(8) for .so We do not need to add the build path to the ld path. Fixes: #753 --- system/linenoise/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'system/linenoise/APKBUILD') diff --git a/system/linenoise/APKBUILD b/system/linenoise/APKBUILD index 1fd49a51f..83d5eb0b3 100644 --- a/system/linenoise/APKBUILD +++ b/system/linenoise/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: pkgname=linenoise pkgver=1.0 -pkgrel=2 +pkgrel=3 pkgdesc="Minimal replacement for readline" url="https://github.com/antirez/linenoise" arch="all" options="!check" # No test suite. license="BSD-2-Clause-NetBSD" depends="" -makedepends="" +makedepends="musl-utils" subpackages="$pkgname-dev" source="linenoise-$pkgver.tar.gz::https://github.com/antirez/linenoise/archive/$pkgver.tar.gz build-shared-lib.patch @@ -20,8 +20,8 @@ build() { } package() { - make DESTDIR="$pkgdir" install + PATH="/sbin:$PATH" make DESTDIR="$pkgdir" install } sha512sums="9e68fade8d64d7ba8d5d681e74d0ca6c4ebd9576249bb0e885b1aa708a9af77a43ea6264307ae46fb74e52219387a2c831b570f9601e331837f35294af9883e3 linenoise-1.0.tar.gz -4f38ffc191c69e6a60fd064929ad0d442700a2928cd2de04e52c12e3ce67c8f1d49e993782d764fe8c59165eed20fb7725ea9147942a7e0e26ff1a8ebb145e9a build-shared-lib.patch" +2b751a3fad995e7973e4cde01e4c7fce4dcce887564e5b756ae0200e0d5f4870b13f4ab634e9db4d9581c1c0161f36ca954acdb4fbc2bf6497f06840ab260a81 build-shared-lib.patch" -- cgit v1.2.3-60-g2f50