/usr/src/glibc/debian/sysdeps/hurd.mk is in eglibc-source 2.15-0ubuntu10.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | # This is for the GNU OS. Commonly known as the Hurd.
EGLIBC_OVERLAYS ?= $(shell ls glibc-linuxthreads* glibc-ports* glibc-libidn*)
threads = no
libc = libc0.3
# Glibc should really do this for us.
define libc_extra_install
mkdir -p debian/tmp-$(curpass)/lib
ln -s ld.so.1 debian/tmp-$(curpass)/lib/ld.so
endef
# Do not care about kernel versions for now.
define kernel_check
true
endef
libc_extra_config_options := $(extra_config_options)
# Only use libidn as add-on.
standard-add-ons = libidn
|