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] f44: build with static lib to allow tests
Date: Wed, 10 Jun 2026 18:50:01 GMT	[thread overview]
Message-ID: <178111740165.1.2535899815386400503.rpms-radcli-0aeb894c2185@fedoraproject.org> (raw)

A new commit has been pushed.

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

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:50 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=178111740165.1.2535899815386400503.rpms-radcli-0aeb894c2185@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