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:   wiz
Date:           Thu Apr 22 21:41:52 UTC 2021

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

Log Message:
boost-jam: fix RELRO build

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 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.14 pkgsrc/devel/boost-jam/Makefile:1.15
--- pkgsrc/devel/boost-jam/Makefile:1.14        Fri Jan  1 08:19:01 2021
+++ pkgsrc/devel/boost-jam/Makefile     Thu Apr 22 21:41:52 2021
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.14 2021/01/01 08:19:01 ryoon Exp $
+# $NetBSD: Makefile,v 1.15 2021/04/22 21:41:52 wiz Exp $
 
 BOOST_PACKAGE=         jam
 BOOST_COMMENT=         (Boost.Jam utility)
 BOOST_CONFIG=          no
 
+PKGREVISION=           1
+
 CONFLICTS+=            boost-build<=1.33.1
 
 .include "../../meta-pkgs/boost/Makefile.common"
@@ -23,7 +25,7 @@ CXXFLAGS+=    ${LDFLAGS}
 
 do-build:
        cd ${WRKSRC}/tools/build/src/engine && \
-               ${SETENV} ${MAKE_ENV} ${SH} ./build.sh ${BOOST_TOOLSET}
+               ${SETENV} ${MAKE_ENV} ${SH} ./build.sh ${BOOST_TOOLSET} --cxxflags=${CXXFLAGS:Q}
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/tools/build/src/engine/b2 \



Home | Main Index | Thread Index | Old Index