pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/boost-jam



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Aug 30 15:30:44 UTC 2019

Modified Files:
        pkgsrc/devel/boost-jam: Makefile

Log Message:
Fix RELRO build, bump PKGREVISION

Reported by wiz@, thank you.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/boost-jam/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/boost-jam/Makefile
diff -u pkgsrc/devel/boost-jam/Makefile:1.11 pkgsrc/devel/boost-jam/Makefile:1.12
--- pkgsrc/devel/boost-jam/Makefile:1.11        Thu Aug 22 12:17:52 2019
+++ pkgsrc/devel/boost-jam/Makefile     Fri Aug 30 15:30:44 2019
@@ -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 @@ SUBST_SED.bb=         -e 's,/usr/share/boost-bu
 
 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