diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2021-11-02 11:31:18 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2021-11-02 11:31:18 +0100 |
commit | b273a788b3fa0e708c0871174e2e9bb9b12386a1 (patch) | |
tree | cd43d2716f14bb8a28b6c6de343bb06e4a018fe4 | |
parent | 127c04ace3ce9f00a09b9104aeecf473bee95b78 (diff) |
systemd depends on glibc
-rw-r--r-- | package/systemd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/systemd/Makefile b/package/systemd/Makefile index 2e38a7e8d..09834cdfa 100644 --- a/package/systemd/Makefile +++ b/package/systemd/Makefile @@ -15,12 +15,12 @@ PKG_BUILDDEP+= python3-host gettext-host kmod meson-host ninja-host PKG_BUILDDEP+= python3-jinja2-host PKG_KDEPENDS:= inotify-user cgroups namespaces fhandle tmpfs-posix-acl tmpfs-xattr PKG_KDEPENDS+= uts-ns autofs4-fs fanotify +PKG_LIBC_DEPENDS:= glibc PKG_NEEDS:= locale intl PKG_URL:= https://wiki.freedesktop.org/www/Software/systemd/ PKG_SITES:= https://github.com/systemd/systemd/archive/ PKG_CFLINE_SYSTEMD:= select BUSYBOX_SULOGIN if ADK_RUNTIME_BASE_BUSYBOX -PKG_LIBC_DEPENDS:= !musl PKG_FLAVOURS_SYSTEMD:= WITH_PAM WITH_XZ WITH_ZLIB PKGFD_WITH_PAM:= enable pam support |