* [ptxdist] [PATCH] glibc: add option for libanl
@ 2017-07-07 14:15 Vlastimil Setka
2017-07-17 6:50 ` Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Vlastimil Setka @ 2017-07-07 14:15 UTC (permalink / raw)
To: ptxdist
Allow to install glibc's libanl (asynchronous name lookup) to target.
---
rules/glibc.in | 6 ++++++
rules/glibc.make | 4 ++++
2 files changed, 10 insertions(+)
diff --git a/rules/glibc.in b/rules/glibc.in
index 662f0aa..d58705a 100644
--- a/rules/glibc.in
+++ b/rules/glibc.in
@@ -163,6 +163,12 @@ config GLIBC_RESOLV
will need both libraries if your /etc/nsswitch.conf contains
a line
like "hosts: file dns"
+config GLIBC_ANL
+ bool
+ prompt "Install libanl"
+ help
+ This library provides an asynchronous name lookup functions
+
config GLIBC_NSL
bool
prompt "Install libnsl"
diff --git a/rules/glibc.make b/rules/glibc.make
index 4018e01..c4b0c40 100644
--- a/rules/glibc.make
+++ b/rules/glibc.make
@@ -100,6 +100,10 @@ ifdef PTXCONF_GLIBC_RESOLV
@$(call install_copy_toolchain_lib, glibc, libresolv.so)
endif
+ifdef PTXCONF_GLIBC_ANL
+ @$(call install_copy_toolchain_lib, glibc, libanl.so)
+endif
+
ifdef PTXCONF_GLIBC_NSL
@$(call install_copy_toolchain_lib, glibc, libnsl.so)
endif
--
2.1.4
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [PATCH] glibc: add option for libanl
2017-07-07 14:15 [ptxdist] [PATCH] glibc: add option for libanl Vlastimil Setka
@ 2017-07-17 6:50 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2017-07-17 6:50 UTC (permalink / raw)
To: ptxdist
On Fri, Jul 07, 2017 at 04:15:12PM +0200, Vlastimil Setka wrote:
> Allow to install glibc's libanl (asynchronous name lookup) to target.
Looks good, but this patch does not apply. Something in your workflow
replaced all tabs with spaces.
Michael
> ---
> rules/glibc.in | 6 ++++++
> rules/glibc.make | 4 ++++
> 2 files changed, 10 insertions(+)
>
> diff --git a/rules/glibc.in b/rules/glibc.in
> index 662f0aa..d58705a 100644
> --- a/rules/glibc.in
> +++ b/rules/glibc.in
> @@ -163,6 +163,12 @@ config GLIBC_RESOLV
> will need both libraries if your /etc/nsswitch.conf contains a
> line
> like "hosts: file dns"
>
> +config GLIBC_ANL
> + bool
> + prompt "Install libanl"
> + help
> + This library provides an asynchronous name lookup functions
> +
> config GLIBC_NSL
> bool
> prompt "Install libnsl"
> diff --git a/rules/glibc.make b/rules/glibc.make
> index 4018e01..c4b0c40 100644
> --- a/rules/glibc.make
> +++ b/rules/glibc.make
> @@ -100,6 +100,10 @@ ifdef PTXCONF_GLIBC_RESOLV
> @$(call install_copy_toolchain_lib, glibc, libresolv.so)
> endif
>
> +ifdef PTXCONF_GLIBC_ANL
> + @$(call install_copy_toolchain_lib, glibc, libanl.so)
> +endif
> +
> ifdef PTXCONF_GLIBC_NSL
> @$(call install_copy_toolchain_lib, glibc, libnsl.so)
> endif
> --
> 2.1.4
>
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-07-17 6:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-07 14:15 [ptxdist] [PATCH] glibc: add option for libanl Vlastimil Setka
2017-07-17 6:50 ` Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox