public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ddnet] f43: Add Rust libc and patch CMakeLists.txt
@ 2026-07-20 2:07 Rafael Fontenelle
0 siblings, 0 replies; only message in thread
From: Rafael Fontenelle @ 2026-07-20 2:07 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ddnet
Branch : f43
Commit : 556bada840c866e57ad613489ebc261cc12b8111
Author : Rafael Fontenelle <rffontenelle@gmail.com>
Date : 2026-07-19T22:34:46-03:00
Stats : +3/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ddnet/c/556bada840c866e57ad613489ebc261cc12b8111?branch=f43
Log:
Add Rust libc and patch CMakeLists.txt
---
diff --git a/ddnet.spec b/ddnet.spec
index f48282b..c156178 100644
--- a/ddnet.spec
+++ b/ddnet.spec
@@ -75,6 +75,7 @@ BuildRequires: spirv-tools
#BuildRequires: pkgconfig(libswresample)
#BuildRequires: pkgconfig(x264)
BuildRequires: (crate(cxx/default) >= 1.0.0 with crate(cxx/default) < 2.0.0~)
+BuildRequires: crate(libc)
BuildRequires: gmock-devel
Requires: %{name}-data = %{version}-%{release}
@@ -120,6 +121,8 @@ find -type f -exec sed -i 's|engine/external/json-parser/json.h|json-parser/json
%cargo_prep
sed '/Cargo.lock/d' -i CMakeLists.txt
+sed '/RUST_CARGO/s/--locked/--offline/' -i CMakeLists.txt
+sed '/foreach.*VULKAN_SHADER_/s/FILE_LIST/OUTPUT_PATHS/' -i CMakeLists.txt
touch CMakeLists.txt
# Remove bundled stuff...
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-20 2:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 2:07 [rpms/ddnet] f43: Add Rust libc and patch CMakeLists.txt Rafael Fontenelle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox