From: Petr Vorel <pvorel@suse.cz>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH] Fix static linking with musl-fts
Date: Mon, 18 Nov 2019 21:32:41 +0100 [thread overview]
Message-ID: <20191118203241.GC2531@x230> (raw)
In-Reply-To: <20191115221038.14383-1-fontaine.fabrice@gmail.com>
Hi Fabrice,
> Don't append libraries to LDLIBS but prepend them in cpuset_lib/Makefile
> and cpuset/Makefile.inc to allow the user to provide its FTS library
> such as -lfts for musl/uclibc through LDLIBS
> This will fix static build of ltp with musl-fts on uclibc
> Fixes:
> - http://autobuild.buildroot.org/results/9155326e1ff7c2bb2218122c453872c2fc76f65e
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> -LDLIBS += -lcpu_set -lcontrollers -lltp
> +LDLIBS := -lcpu_set -lcontrollers -lltp $(LDLIBS)
Thanks a lot, merged!
Kind regards,
Petr
prev parent reply other threads:[~2019-11-18 20:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-15 22:10 [LTP] [PATCH] Fix static linking with musl-fts Fabrice Fontaine
2019-11-18 20:32 ` Petr Vorel [this message]
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=20191118203241.GC2531@x230 \
--to=pvorel@suse.cz \
--cc=ltp@lists.linux.it \
/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.