lttng-dev.lists.lttng.org archive mirror
 help / color / mirror / Atom feed
From: Alexander Kanavin via lttng-dev <lttng-dev@lists.lttng.org>
To: lttng-dev@lists.lttng.org, francis.deslauriers@efficios.com,
	jonathan.rajotte-julien@efficios.com
Cc: Alexander Kanavin <alex@linutronix.de>
Subject: [lttng-dev] [PATCH] lttng-ust-common: link with liburcu explicitly
Date: Thu,  2 Dec 2021 21:04:12 +0100	[thread overview]
Message-ID: <20211202200412.146288-1-alex@linutronix.de> (raw)

Otherwise linking errors are seen on x86-32.
---
 src/lib/lttng-ust-common/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/lttng-ust-common/Makefile.am b/src/lib/lttng-ust-common/Makefile.am
index caeea2be..0130628c 100644
--- a/src/lib/lttng-ust-common/Makefile.am
+++ b/src/lib/lttng-ust-common/Makefile.am
@@ -15,6 +15,7 @@ liblttng_ust_common_la_SOURCES = \
 
 liblttng_ust_common_la_LIBADD = \
 	$(top_builddir)/src/common/libcommon.la \
+	$(URCU_LIBS) \
 	$(DL_LIBS)
 
 liblttng_ust_common_la_LDFLAGS = -no-undefined -version-info $(LTTNG_UST_LIBRARY_VERSION)
-- 
2.20.1

_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

             reply	other threads:[~2021-12-02 20:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-02 20:04 Alexander Kanavin via lttng-dev [this message]
2021-12-02 20:20 ` [lttng-dev] [PATCH] lttng-ust-common: link with liburcu explicitly Jonathan Rajotte-Julien via lttng-dev
2021-12-02 20:47   ` [lttng-dev] ?==?utf-8?q? [PATCH]?==?utf-8?q? " Alexander Kanavin via lttng-dev

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=20211202200412.146288-1-alex@linutronix.de \
    --to=lttng-dev@lists.lttng.org \
    --cc=alex@linutronix.de \
    --cc=francis.deslauriers@efficios.com \
    --cc=jonathan.rajotte-julien@efficios.com \
    /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;
as well as URLs for NNTP newsgroup(s).