public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/radcli] epel10: build with static lib to allow tests
@ 2026-06-10 18:50 Nikos Mavrogiannopoulos
0 siblings, 0 replies; only message in thread
From: Nikos Mavrogiannopoulos @ 2026-06-10 18:50 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/radcli
Branch : epel10
Commit : f96f188e15f99a47cd750ce85f2c7166f8080da9
Author : Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
Date : 2026-06-10T20:50:31+02:00
Stats : +2/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/radcli/c/f96f188e15f99a47cd750ce85f2c7166f8080da9?branch=epel10
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:50 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:50 [rpms/radcli] epel10: 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