[neon/extras/labplot/Neon/unstable] debian: add -DLOCAL_VECTOR_BLF=OFF flag

Carlos De Maine null at kde.org
Wed Mar 22 22:02:36 GMT 2023


Git commit 55bdf74239ae4ed4a208bb2245915bbcd54e1fb3 by Carlos De Maine.
Committed on 22/03/2023 at 22:02.
Pushed by carlosdem into branch 'Neon/unstable'.

add -DLOCAL_VECTOR_BLF=OFF flag

M  +1    -1    debian/rules

https://invent.kde.org/neon/extras/labplot/commit/55bdf74239ae4ed4a208bb2245915bbcd54e1fb3

diff --git a/debian/rules b/debian/rules
index 6e348e3..53b779e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export DEB_BUILD_MAINT_OPTIONS = reproducible=-fixfilepath
 	dh $@ --with kf5
 
 override_dh_auto_configure:
-	dh_auto_configure -Skf5 -- -DENABLE_REPRODUCIBLE=ON
+	dh_auto_configure -Skf5 -- -DENABLE_REPRODUCIBLE=ON -DLOCAL_VECTOR_BLF=OFF
 
 override_dh_auto_test:
 	# non-fatal, as tests fail on almost non-amd64 archs


More information about the Neon-commits mailing list