Browse Source

getauxval: remove header for static builds

Fixes haveged compile issues in OpenADK and buildroot when
a static toolchain is used.
Waldemar Brodkorb 9 tháng trước cách đây
mục cha
commit
df81bd1e2c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Makefile.in

+ 1 - 1
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