pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/pgtcl pgtcl: Honor LDFLAGS, fixes RELRO build.
details: https://anonhg.NetBSD.org/pkgsrc/rev/3159e223293a
branches: trunk
changeset: 385516:3159e223293a
user: nia <nia%pkgsrc.org@localhost>
date: Sun Sep 18 12:57:40 2022 +0000
description:
pgtcl: Honor LDFLAGS, fixes RELRO build.
diffstat:
databases/pgtcl/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c10ec702cd3d -r 3159e223293a databases/pgtcl/Makefile
--- a/databases/pgtcl/Makefile Sun Sep 18 12:54:27 2022 +0000
+++ b/databases/pgtcl/Makefile Sun Sep 18 12:57:40 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2021/04/21 08:41:57 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2022/09/18 12:57:40 nia Exp $
DISTNAME= pgtcl1.5
PKGNAME= pgtcl-1.5
@@ -14,7 +14,7 @@
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= SHLIB_LD_FLAGS=${COMPILER_RPATH_FLAG}${PREFIX}/lib
+CONFIGURE_ARGS+= SHLIB_LD_FLAGS=${LDFLAGS:Q}
CPPFLAGS+= -DUSE_INTERP_ERRORLINE
Home |
Main Index |
Thread Index |
Old Index