summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-08-06 13:05:25 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2023-08-06 13:05:25 +0200
commitdf81bd1e2cfb33fa31f922b862081a598de33065 (patch)
treeba52a73dedefa639510b8f573a16e3e2433573e3 /Makefile.in
parentf82f25b334270abe116ba4f080a51cb026d03865 (diff)
getauxval: remove header for static builds
Fixes haveged compile issues in OpenADK and buildroot when a static toolchain is used.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 16ee9ee00..60ee79529 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -256,7 +256,7 @@ HEADERS_RM- := \
ifeq ($(UCLIBC_STRICT_HEADERS),y)
HEADERS_RM- += sgtty.h
endif
-HEADERS_RM-$(HAVE_SHARED) += dlfcn.h bits/dlfcn.h
+HEADERS_RM-$(HAVE_SHARED) += dlfcn.h bits/dlfcn.h sys/auxv.h
HEADERS_RM-$(PTHREADS_DEBUG_SUPPORT) += thread_db.h
HEADERS_RM-$(UCLIBC_HAS_ARGP) += argp.h
HEADERS_RM-$(UCLIBC_HAS_BSD_ERR) += err.h