⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.184
Server IP:
65.21.180.239
Server:
Linux gowhm.eplangoweb.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.0.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
1305819
/
root
/
usr
/
src
/
glibc
/
debian
/
sysdeps
/
View File Name :
hurd.mk
# This is for the GNU OS. Commonly known as the Hurd. libc = libc0.3 # Build and expect pt_chown on this platform pt_chown = yes # Expect pldd on this platform pldd = no # Linuxthreads Config (we claim "no threads" as nptl keys off this) threads = no # MIG generates a lot of warnings extra_config_options = --disable-werror ifndef HURD_SOURCE HURD_HEADERS := /usr/include else HURD_HEADERS := $(HURD_SOURCE)/include endif # Minimum Kernel supported with_headers = --with-headers=$(shell pwd)/debian/include KERNEL_HEADER_DIR = $(stamp)mkincludedir $(stamp)mkincludedir: rm -rf debian/include mkdir debian/include # System headers for path in hurd mach mach_debug device cthreads.h; do \ ln -s $(HURD_HEADERS)/$$path debian/include ; \ done # To make configure happy if libc0.3-dev is not installed. touch debian/include/assert.h touch $@ # Also to make configure happy. export CPPFLAGS = -isystem $(shell pwd)/debian/include # 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