Package Details: libnss-homehosts-git 2.0.fd0bd7c-1

Git Clone URL: https://aur.archlinux.org/libnss-homehosts-git.git (read-only, click to copy)
Package Base: libnss-homehosts-git
Description: Linux NSS library supporting per-user hosts resolution using ${XDG_CONFIG_HOME}/hosts or ~/.hosts
Upstream URL: https://github.com/bAndie91/libnss_homehosts
Keywords: hosts libnss nss
Licenses: GPL
Conflicts: libnss-homehosts
Provides: libnss-homehosts
Submitter: Cilyan
Maintainer: Cilyan
Last Packager: Cilyan
Votes: 1
Popularity: 0.152595
First Submitted: 2020-07-14 18:41 (UTC)
Last Updated: 2020-07-14 18:41 (UTC)

Latest Comments

demiurg commented on 2026-04-11 19:19 (UTC)

with latest gcc v15

cc -O2 -Wall -Werror -Wpointer-arith -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection         -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -flto=auto -c -o libnss_homehosts.o libnss_homehosts.c
libnss_homehosts.c:22:13: error: ‘bool’ cannot be defined via ‘typedef’
   22 | typedef int bool;
      |             ^~~~
libnss_homehosts.c:22:13: note: ‘bool’ is a keyword with ‘-std=c23’ onwards
libnss_homehosts.c:22:1: error: useless type name in empty declaration [-Werror]
   22 | typedef int bool;
      | ^~~~~~~
cc1: all warnings being treated as errors
make: *** [Makefile:14: libnss_homehosts.o] Error 1
==> ERROR: A failure occurred in build().
    Aborting...

export CFLAGS=-std=gnu99 required