commit 920b015f92049c91494197d34dc57ad40b1a7349
Author: Jakub Bogusz <[email protected]>
Date:   Mon Apr 4 19:49:11 2022 +0200

    - pass CMAKE_ASM_NASM_OBJECT_FORMAT to fix x32 build

 svt-hevc.spec | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/svt-hevc.spec b/svt-hevc.spec
index 9c83add..b72bd96 100644
--- a/svt-hevc.spec
+++ b/svt-hevc.spec
@@ -46,7 +46,10 @@ Pliki nagłówkowe biblioteki SVT-HEVC.
 %build
 install -d build
 cd build
-%cmake ..
+%cmake .. \
+%ifarch x32
+       -DCMAKE_ASM_NASM_OBJECT_FORMAT=elfx32
+%endif
 
 %{__make}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/svt-hevc.git/commitdiff/920b015f92049c91494197d34dc57ad40b1a7349

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to