public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/radcli] rawhide: build with static lib to allow tests
Date: Wed, 10 Jun 2026 18:48:15 GMT [thread overview]
Message-ID: <178111729563.1.7654412489754330944.rpms-radcli-df8b95d8369e@fedoraproject.org> (raw)
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
reply other threads:[~2026-06-10 18:48 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178111729563.1.7654412489754330944.rpms-radcli-df8b95d8369e@fedoraproject.org \
--to=n.mavrogiannopoulos@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox