From 48b0cab21d1193f0fe36fe8f77670f7cf7e68ff2 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 4 Nov 2019 08:13:50 +0000 Subject: libtasn1: honor LDFLAGS --- security/libtasn1/Makefile | 3 ++- security/libtasn1/distinfo | 3 ++- security/libtasn1/patches/patch-src_Makefile.in | 15 +++++++++++++++ 3 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 security/libtasn1/patches/patch-src_Makefile.in (limited to 'security/libtasn1') diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index 5634296f075..1261f067746 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.74 2019/10/25 06:03:12 spz Exp $ +# $NetBSD: Makefile,v 1.75 2019/11/04 08:13:50 wiz Exp $ DISTNAME= libtasn1-4.14 +PKGREVISION= 1 CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_GNU:=libtasn1/} diff --git a/security/libtasn1/distinfo b/security/libtasn1/distinfo index 504055ea352..9c19261d590 100644 --- a/security/libtasn1/distinfo +++ b/security/libtasn1/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.52 2019/10/25 06:03:12 spz Exp $ +$NetBSD: distinfo,v 1.53 2019/11/04 08:13:50 wiz Exp $ SHA1 (libtasn1-4.14.tar.gz) = 4ce6a70a40f50a2c29a62bbf1c0c5b6e306ca4e3 RMD160 (libtasn1-4.14.tar.gz) = bb9ed36d7d07b08fd1f7cb6d42e7a63f949b0721 SHA512 (libtasn1-4.14.tar.gz) = efdcf3729e9e057cafbfdc9929f08531de03cf3b64e7db62cb53c26bf34c8db4d73786fd853620ab1a10dbafe55e119ad17bfeb40e191071945c7b4db9c9e223 Size (libtasn1-4.14.tar.gz) = 1771184 bytes SHA1 (patch-lib_ASN1.y) = 5d8cf15002d29feba370e7e44397df663ee24bb0 +SHA1 (patch-src_Makefile.in) = b1385b2cdc56bfdc9ef3c9ce451f18eae20a2a91 diff --git a/security/libtasn1/patches/patch-src_Makefile.in b/security/libtasn1/patches/patch-src_Makefile.in new file mode 100644 index 00000000000..0d1d246168d --- /dev/null +++ b/security/libtasn1/patches/patch-src_Makefile.in @@ -0,0 +1,15 @@ +$NetBSD: patch-src_Makefile.in,v 1.1 2019/11/04 08:13:50 wiz Exp $ + +Do not overwrite LDFLAGS. + +--- src/Makefile.in.orig 2019-07-21 07:30:30.000000000 +0000 ++++ src/Makefile.in +@@ -373,7 +373,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ + INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ + LCOV = @LCOV@ + LD = @LD@ +-LDFLAGS = $(CODE_COVERAGE_LDFLAGS) ++LDFLAGS = $(CODE_COVERAGE_LDFLAGS) @LDFLAGS@ + LIBOBJS = @LIBOBJS@ + LIBS = @LIBS@ + LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ -- cgit v1.2.3