public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/civetweb] epel8: enable -DCIVETWEB_ENABLE_WEBSOCKETS and -DCIVETWEB_ENABLE_X_DOM_SOCKET
@ 2026-06-08 12:59 Kaleb S. KEITHLEY
  0 siblings, 0 replies; only message in thread
From: Kaleb S. KEITHLEY @ 2026-06-08 12:59 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/civetweb
            Branch : epel8
            Commit : 0b0caf41075d7afd2ff2da38a4b73e9cb70a3b49
            Author : Kaleb S. KEITHLEY <kkeithle@redhat.com>
            Date   : 2026-06-08T08:58:40-04:00
            Stats  : +7/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/civetweb/c/0b0caf41075d7afd2ff2da38a4b73e9cb70a3b49?branch=epel8

            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 1ca6105..5f43d35 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
@@ -41,8 +41,10 @@ cd %{_vpath_builddir} && %{cmake} .. \
     -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=
@@ -68,6 +70,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#2400163
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-08 12:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-08 12:59 [rpms/civetweb] epel8: 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