diff options
Diffstat (limited to 'devel/boost-libs/Makefile')
-rw-r--r-- | devel/boost-libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/boost-libs/Makefile b/devel/boost-libs/Makefile index a4ad90d5bcc7..4f666fd08a5d 100644 --- a/devel/boost-libs/Makefile +++ b/devel/boost-libs/Makefile @@ -17,8 +17,6 @@ ICU_DESC= Boost.Regex with ICU unicode support .include "${.CURDIR}/../boost-all/compiled.mk" -NO_CCACHE= yes - BJAM_ARGS+= --without-python .if defined(X_BUILD_FOR) BJAM_ARGS+= --without-context --without-coroutine \ @@ -61,6 +59,8 @@ post-install: @${CAT} ${PKG_MESSAGE_FILE_THREADS} >> ${PKGMESSAGE} @${ECHO_CMD} >> ${PKGMESSAGE} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so + @${REINPLACE_CMD} \ -e "s|%%LOCALBASE%%|${LOCALBASE}|g" \ -e "s|%%PYTHON_INCLUDEDIR%%|${PYTHON_INCLUDEDIR}|g" \ |