Signed-off-by: Denis Osterland <[email protected]>
---
rules/glibc.in | 7 +++++++
rules/glibc.make | 4 ++++
2 files changed, 11 insertions(+)
diff --git a/rules/glibc.in b/rules/glibc.in
index 76174b964..bd0f1db91 100644
--- a/rules/glibc.in
+++ b/rules/glibc.in
@@ -99,6 +99,13 @@ config GLIBC_M
If at least one application on your target does any kind of math
calculation, you should install this library.
+config GLIBC_ANL
+ bool
+ prompt "Install libanl"
+ help
+ Install the libanl
+
+
config GLIBC_NSS_DNS
bool
prompt "Install libnss_dns"
diff --git a/rules/glibc.make b/rules/glibc.make
index bef37ce98..c4de24ab1 100644
--- a/rules/glibc.make
+++ b/rules/glibc.make
@@ -85,6 +85,10 @@ ifdef PTXCONF_GLIBC_NSS_HESIOD
@$(call install_copy_toolchain_lib, glibc, libnss_hesiod.so)
endif
+ifdef PTXCONF_GLIBC_ANL
+ @$(call install_copy_toolchain_lib, glibc, libanl.so)
+endif
+
ifdef PTXCONF_GLIBC_NSS_NIS
@$(call install_copy_toolchain_lib, glibc, libnss_nis.so)
endif
--
2.17.1
Diehl AKO Stiftung & Co. KG, Pfannerstraße 75-83, 88239 Wangen im Allgäu
Bereichsvorstand: Dipl.-Ing. Michael Siedentop (Sprecher), Josef Fellner
(Mitglied)
Sitz der Gesellschaft: Wangen i.A. – Registergericht: Amtsgericht Ulm HRA
620609 – Persönlich haftende Gesellschafterin: Diehl Verwaltungs-Stiftung –
Sitz: Nürnberg – Registergericht: Amtsgericht Nürnberg HRA 11756 –
Vorstand: Dr.-Ing. Karl Tragl (Vorsitzender), Herr Dipl.-Wirtsch.-Ing. Wolfgang
Weggen (stellvertretender Vorsitzender), Dipl.-Kfm. Claus Günther, Dipl.-Kfm.
Frank Gutzeit, Dr.-Ing. Heinrich Schunk, Dr.-Ing. Michael Siedentop ,
Dipl.-Kfm. Dr.-Ing. Martin Sommer, Dipl.-Ing. (FH) Rainer von Borstel,
Vorsitzender des Aufsichtsrates: Dr. Klaus Maier
___________________________________________________________________________________________________
Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail
enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen.
Informieren Sie uns bitte, wenn Sie diese E-Mail faelschlicherweise erhalten
haben. Bitte loeschen Sie in diesem Fall die Nachricht. Jede unerlaubte Form
der Reproduktion, Bekanntgabe, Aenderung, Verteilung und/oder Publikation
dieser E-Mail ist strengstens untersagt.
The contents of the above mentioned e-mail is not legally binding. This e-mail
contains confidential and/or legally protected information. Please inform us if
you have received this e-mail by mistake and delete it in such a case. Each
unauthorized reproduction, disclosure, alteration, distribution and/or
publication of this e-mail is strictly prohibited.
_______________________________________________
ptxdist mailing list
[email protected]