[neon/3rdparty/libappimage/Neon/unstable] debian: use local boost

Jonathan Riddell null at kde.org
Mon Oct 18 13:43:58 BST 2021


Git commit 4da5388a429fc602c49759eb0043e4f6214875ae by Jonathan Riddell.
Committed on 18/10/2021 at 12:43.
Pushed by jriddell into branch 'Neon/unstable'.

use local boost

M  +2    -0    debian/control
M  +1    -1    debian/rules

https://invent.kde.org/neon/3rdparty/libappimage/commit/4da5388a429fc602c49759eb0043e4f6214875ae

diff --git a/debian/control b/debian/control
index 2aeaa5f..aa5f8f5 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,8 @@ Build-Depends: cmake,
                debhelper (>= 12),
                desktop-file-utils,
                libarchive-dev,
+               libboost-filesystem1.71-dev,
+               libboost1.71-dev,
                libcairo2-dev,
                libglib2.0-dev,
                libgtest-dev,
diff --git a/debian/rules b/debian/rules
index a229d2a..2a7d694 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 override_dh_auto_configure:
 	dh_auto_configure -- 	-DUSE_SYSTEM_XZ=ON -DUSE_SYSTEM_LIBARCHIVE=ON -DUSE_SYSTEM_SQUASHFUSE=ON \
-	-DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release
+	-DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release -DUSE_SYSTEM_BOOST=ON
 
 override_dh_missing:
 	 dh_missing --fail-missing


More information about the Neon-commits mailing list