[neon/neon-packaging/rapidyaml/Neon/unstable] debian: make it build

Carlos De Maine null at kde.org
Sat Feb 1 23:32:45 GMT 2025


Git commit 9cc3cd7f2d44e45f440bdb4a205254451e81c2b4 by Carlos De Maine.
Committed on 01/02/2025 at 23:32.
Pushed by carlosdem into branch 'Neon/unstable'.

make it build

M  +4    -3    debian/rules

https://invent.kde.org/neon/neon-packaging/rapidyaml/-/commit/9cc3cd7f2d44e45f440bdb4a205254451e81c2b4

diff --git a/debian/rules b/debian/rules
index c0af3bb..0a4e63f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
-	      -DCMAKE_LIBRARY_ARCHITECTURE="$(DEB_TARGET_MULTIARCH)" \
-	      -DRYML_EXT_DIR=/usr/include/c4 \ 
-		  -DC4_EXTERN_DIR=/usr/lib/cmake
+		-DCMAKE_LIBRARY_ARCHITECTURE="$(DEB_TARGET_MULTIARCH)" \
+		-DRYML_EXT_DIR=/usr/include/c4 \
+		-DC4_EXTERN_DIR=/usr/lib/cmake \
+		-DRYML_STANDALONE=OFF


More information about the Neon-commits mailing list