public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/civetweb] epel10: enable -DCIVETWEB_ENABLE_WEBSOCKETS and -DCIVETWEB_ENABLE_X_DOM_SOCKET "
@ 2026-06-08 13:45 Kaleb S. KEITHLEY
0 siblings, 0 replies; only message in thread
From: Kaleb S. KEITHLEY @ 2026-06-08 13:45 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/civetweb
Branch : epel10
Commit : fe05809156442eeffe3e83063c68ecd33d6a0d33
Author : Kaleb S. KEITHLEY <kkeithle@redhat.com>
Date : 2026-06-08T09:45:01-04:00
Stats : +7/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/civetweb/c/fe05809156442eeffe3e83063c68ecd33d6a0d33?branch=epel10
Log:
enable -DCIVETWEB_ENABLE_WEBSOCKETS and -DCIVETWEB_ENABLE_X_DOM_SOCKET "
" ... for building ROOT's CERN software ..."
as requested by Fernando Hueso González <Fernando.Hueso@uv.es>
---
diff --git a/civetweb.spec b/civetweb.spec
index c2a078f..ed38ad3 100644
--- a/civetweb.spec
+++ b/civetweb.spec
@@ -4,7 +4,7 @@
Name: civetweb
Summary: Embedded C/C++ web server
Version: 1.16
-Release: 10%{?dev:%{dev}}%{?dist}
+Release: 11%{?dev:%{dev}}%{?dist}
License: MIT
Url: https://github.com/civetweb/civetweb
Source: https://github.com/%{name}/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
@@ -37,8 +37,10 @@ Civetweb shared libs and associated header files
-G "Unix Makefiles" \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DBUILD_CONFIG=rpmbuild \
- -DCIVETWEB_ENABLE_CXX:BOOL=ON \
-DBUILD_SHARED_LIBS:BOOL=ON \
+ -DCIVETWEB_ENABLE_CXX:BOOL=ON \
+ -DCIVETWEB_ENABLE_WEBSOCKETS=ON \
+ -DCIVETWEB_ENABLE_X_DOM_SOCKET=ON \
-DCIVETWEB_BUILD_TESTING:BOOL=OFF
export GCC_COLORS=
@@ -64,6 +66,9 @@ mkdir -p %{buildroot}%{_docdir}/civetweb
%{_datadir}/pkgconfig/*
%changelog
+* Mon Jun 8 2026 Kaleb S. KEITHLEY <kkeithle at redhat.com> - 1.16-11
+- enable WEBSOCKETS and X_DOM_SOCKET as requested
+
* Mon Sep 29 2025 Kaleb S. KEITHLEY <kkeithle at redhat.com> - 1.16-10
- civetweb 1.16, rhbz#2400162
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-08 13:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-08 13:45 [rpms/civetweb] epel10: enable -DCIVETWEB_ENABLE_WEBSOCKETS and -DCIVETWEB_ENABLE_X_DOM_SOCKET " Kaleb S. KEITHLEY
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox