From: Michael Nosthoff <buildroot@heine.tech>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 0/3] package/pkg-cmake.mk: host: build shared as default
Date: Wed, 16 Sep 2020 12:02:08 +0200 [thread overview]
Message-ID: <20200916100212.2903033-1-buildroot@heine.tech> (raw)
this is a follow-up to this discussion/investigation
http://lists.busybox.net/pipermail/buildroot/2020-September/291494.html
first for doxygen and clangd/lld -DBUILD_SHARED_LIBS is enforced to =OFF.
finally the default flag -DBUILD_SHARED_LIBS=ON is set.
Michael Nosthoff (3):
package/doxygen: disable shared libs for host
package/{clang, lld}: host: disable shared_libs
package/pkg-cmake.mk: build host with shared libs
package/clang/clang.mk | 1 +
package/doxygen/doxygen.mk | 2 ++
package/lld/lld.mk | 3 +++
package/pkg-cmake.mk | 1 +
4 files changed, 7 insertions(+)
--
2.25.1
next reply other threads:[~2020-09-16 10:02 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-16 10:02 Michael Nosthoff [this message]
2020-09-16 10:02 ` [Buildroot] [PATCH 1/3] package/doxygen: disable shared libs for host Michael Nosthoff
2020-09-17 20:33 ` Thomas Petazzoni
2020-09-16 10:02 ` [Buildroot] [PATCH 2/3] package/{clang, lld}: host: disable shared_libs Michael Nosthoff
2020-09-16 10:02 ` [Buildroot] [PATCH 3/3] package/pkg-cmake.mk: build host with shared libs Michael Nosthoff
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=20200916100212.2903033-1-buildroot@heine.tech \
--to=buildroot@heine.tech \
--cc=buildroot@busybox.net \
/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.