[packages/rpm-pld-macros] - use single style of bool values in definition of cmake macro
qboosh
qboosh at pld-linux.org
Wed Mar 26 21:41:28 CET 2025
commit 6aa1e71dd96e65bca3d38c95291816196716807d
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Wed Mar 26 19:34:48 2025 +0100
- use single style of bool values in definition of cmake macro
macros.pld | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/macros.pld b/macros.pld
index 670f7bc..9df286c 100644
--- a/macros.pld
+++ b/macros.pld
@@ -519,7 +519,7 @@ pakietu oraz przy odpluskwianiu samego pakietu.\
-DCMAKE_BUILD_TYPE=%{!?debug:PLD}%{?debug:Debug} \\\
-DCMAKE_SYSTEM_NAME=Linux \\\
-DCMAKE_SYSTEM_VERSION="%(uname -r)" \\\
- -DCMAKE_CROSSCOMPILING:BOOL=FALSE \\\
+ -DCMAKE_CROSSCOMPILING:BOOL=OFF \\\
%ifarch x32\
-DCMAKE_SYSTEM_PROCESSOR=x86_64 \\\
%else\
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rpm-pld-macros.git/commitdiff/da40aca01c8cc576fbc76c10e845f2320d5e4a92
More information about the pld-cvs-commit
mailing list