From aac67232f0ce5eb5ee13c2f9a11bc6b178514f83 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Feb 2022 20:37:54 +0100 Subject: [PATCH] libscrypt: restore soname in original LDFLAGS. --- srcpkgs/libscrypt/template | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libscrypt/template b/srcpkgs/libscrypt/template index 954415bae77..9bdc85a1a1a 100644 --- a/srcpkgs/libscrypt/template +++ b/srcpkgs/libscrypt/template @@ -1,15 +1,18 @@ # Template file for 'libscrypt' pkgname=libscrypt version=1.22 -revision=1 +revision=2 build_style=gnu-makefile short_desc="Library that implements scrypt() functionality" maintainer="Leah Neukirchen " -license="2-clause-BSD" +license="BSD-2-Clause" homepage="https://github.com/technion/libscrypt" distfiles="https://github.com/technion/${pkgname}/archive/v${version}.tar.gz" checksum=a2d30ea16e6d288772791de68be56153965fe4fd4bcd787777618b8048708936 +post_patch() { + vsed -i -e 's/LDFLAGS.=/override LDFLAGS+=/' Makefile +} post_install() { vlicense LICENSE }