[neon/neon-packaging/rapidyaml/Neon/unstable] debian: -DC4_EXTERN_DIR=/usr/lib/cmake

Carlos De Maine null at kde.org
Mon Jan 27 23:27:08 GMT 2025


Git commit 195fab77ecfa6b04eeb49e7cc750048428f03fbb by Carlos De Maine.
Committed on 27/01/2025 at 23:27.
Pushed by carlosdem into branch 'Neon/unstable'.

-DC4_EXTERN_DIR=/usr/lib/cmake

M  +2    -1    debian/rules

https://invent.kde.org/neon/neon-packaging/rapidyaml/-/commit/195fab77ecfa6b04eeb49e7cc750048428f03fbb

diff --git a/debian/rules b/debian/rules
index 44ec8c7..c0af3bb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,4 +10,5 @@ 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
+	      -DRYML_EXT_DIR=/usr/include/c4 \ 
+		  -DC4_EXTERN_DIR=/usr/lib/cmake


More information about the Neon-commits mailing list