pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/boost-jam Fix RELRO build, bump PKGREVISION
details: https://anonhg.NetBSD.org/pkgsrc/rev/e8a88e70d742
branches: trunk
changeset: 400555:e8a88e70d742
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Fri Aug 30 15:30:44 2019 +0000
description:
Fix RELRO build, bump PKGREVISION
Reported by wiz@, thank you.
diffstat:
devel/boost-jam/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 091ced94a84e -r e8a88e70d742 devel/boost-jam/Makefile
--- a/devel/boost-jam/Makefile Fri Aug 30 14:39:53 2019 +0000
+++ b/devel/boost-jam/Makefile Fri Aug 30 15:30:44 2019 +0000
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2019/08/22 12:17:52 ryoon Exp $
+# $NetBSD: Makefile,v 1.12 2019/08/30 15:30:44 ryoon Exp $
+PKGREVISION= 1
BOOST_PACKAGE= jam
BOOST_COMMENT= (Boost.Jam utility)
BOOST_CONFIG= no
@@ -18,6 +19,9 @@
INSTALLATION_DIRS= bin
+# Fix RELRO build
+CXXFLAGS+= ${LDFLAGS}
+
do-build:
cd ${WRKSRC}/tools/build/src/engine && \
${SETENV} ${MAKE_ENV} ${SH} ./build.sh ${BOOST_TOOLSET}
Home |
Main Index |
Thread Index |
Old Index