Commit ea33b9b8 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

uClibc: enable utmpx support in defconfigs



It adds very little size overhead as the functions are just wrappers
around utmp, and E.G. systemd needs it.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent c433c5ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -223,7 +223,7 @@ UCLIBC_HAS_FTW=y
UCLIBC_HAS_FTS=y
UCLIBC_HAS_GLOB=y
UCLIBC_HAS_GNU_GLOB=y
# UCLIBC_HAS_UTMPX is not set
UCLIBC_HAS_UTMPX=y

#
# Library Installation Options
+1 −1
Original line number Diff line number Diff line
@@ -233,7 +233,7 @@ UCLIBC_HAS_FTW=y
# UCLIBC_HAS_FTS is not set
UCLIBC_HAS_GLOB=y
UCLIBC_HAS_GNU_GLOB=y
# UCLIBC_HAS_UTMPX is not set
UCLIBC_HAS_UTMPX=y

#
# Library Installation Options
+1 −1
Original line number Diff line number Diff line
@@ -233,7 +233,7 @@ UCLIBC_HAS_FTW=y
# UCLIBC_HAS_FTS is not set
UCLIBC_HAS_GLOB=y
UCLIBC_HAS_GNU_GLOB=y
# UCLIBC_HAS_UTMPX is not set
UCLIBC_HAS_UTMPX=y

#
# Library Installation Options