From: Vitaly Chikunov <vt@altlinux.org>
To: Jan Kiszka <jan.kiszka@siemens.com>, Xenomai <xenomai@xenomai.org>
Subject: [PATCH] libs: Add linking dependency for libmodechk
Date: Sun, 20 Sep 2020 22:21:18 +0300 [thread overview]
Message-ID: <20200920192118.13099-1-vt@altlinux.org> (raw)
When building Cobalt core ALT rpmbuild QA script detects that libmodechk
is linked improperly:
verify-elf: ERROR: ./usr/lib64/libmodechk.so.0.0.0: undefined symbol: cobalt_assert_nrt
Signed-off-by: Vitaly Chikunov <vt@altlinux.org>
---
lib/cobalt/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/cobalt/Makefile.am b/lib/cobalt/Makefile.am
index 5230a38ec..ae408b863 100644
--- a/lib/cobalt/Makefile.am
+++ b/lib/cobalt/Makefile.am
@@ -42,6 +42,8 @@ libcobalt_la_CPPFLAGS = \
-I$(top_srcdir)/include/cobalt \
-I$(top_srcdir)/include
+libmodechk_la_LIBADD = libcobalt.la
+
libmodechk_la_SOURCES = \
malloc.c \
malloc-nowrap.c
--
2.21.0
next reply other threads:[~2020-09-20 19:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-20 19:21 Vitaly Chikunov [this message]
2020-09-28 17:43 ` [PATCH] libs: Add linking dependency for libmodechk Jan Kiszka
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=20200920192118.13099-1-vt@altlinux.org \
--to=vt@altlinux.org \
--cc=jan.kiszka@siemens.com \
--cc=xenomai@xenomai.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.