From 3255ebbb589fe7555460a681aa64e374fc36bf35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 5 Sep 2022 22:27:16 +0700 Subject: [PATCH] boost: describe patches --- srcpkgs/boost/patches/install-strip-destdir.patch | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/srcpkgs/boost/patches/install-strip-destdir.patch b/srcpkgs/boost/patches/install-strip-destdir.patch index 61047c5967b..d931a5d4117 100644 --- a/srcpkgs/boost/patches/install-strip-destdir.patch +++ b/srcpkgs/boost/patches/install-strip-destdir.patch @@ -1,3 +1,9 @@ +boost doesn't support DESTDIR or something like that, +hence, we need --prefix=$DESTDIR/usr. + +However --prefix=$DESTDIR/usr adds $DESTDIR into +its cmake config. This patch strips $DESTDIR out +of cmake config --- a/tools/boost_install/boost-install.jam +++ b/tools/boost_install/boost-install.jam @@ -678,6 +678,16 @@ local rule path-native-fwd ( path )