public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/radcli] rawhide: build with static lib to allow tests
@ 2026-06-10 18:48 Nikos Mavrogiannopoulos
  0 siblings, 0 replies; only message in thread
From: Nikos Mavrogiannopoulos @ 2026-06-10 18:48 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/radcli
Branch : rawhide
Commit : df8b95d8369ee2a16a96d19b6defefca2ec9820a
Author : Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
Date   : 2026-06-10T20:40:52+02:00
Stats  : +2/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/radcli/c/df8b95d8369ee2a16a96d19b6defefca2ec9820a?branch=rawhide

Log:
build with static lib to allow tests

---
diff --git a/radcli.spec b/radcli.spec
index bc8f94e..5f588db 100644
--- a/radcli.spec
+++ b/radcli.spec
@@ -55,7 +55,7 @@ sed -i -e 's|sys_lib_dlsearch_path_spec="[^"]\+|& %{_libdir}|g' configure
 
 %build
 autoreconf -fvi
-%configure --disable-static --disable-rpath --with-nettle --with-tls --enable-legacy-compat
+%configure --disable-rpath --with-nettle --with-tls --enable-legacy-compat
 make %{?_smp_mflags}
 
 %check
@@ -64,6 +64,7 @@ make %{?_smp_mflags} check
 %install
 make DESTDIR=%{buildroot} install
 rm -f %{buildroot}%{_libdir}/*.la
+rm -f %{buildroot}%{_libdir}/*.a
 
 # these should be removed once the utils subpackage is on
 

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

only message in thread, other threads:[~2026-06-10 18:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-10 18:48 [rpms/radcli] rawhide: build with static lib to allow tests Nikos Mavrogiannopoulos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox