Browse Source

revert 9b1077dc70e52ee85a718bce3fcfec7ae9af2967 partially

Waldemar Brodkorb 7 years ago
parent
commit
9a9c16557a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libc/Makefile.in

+ 1 - 0
libc/Makefile.in

@@ -42,6 +42,7 @@ else
 libc-a-y = $(libc-y) $(libc-static-y)
 endif
 
+libc-a-$(HAVE_SHARED) += $(libdl-a-y)
 libc-a-$(DO_C99_MATH) += $(libm-a-y)
 libc-a-$(UCLIBC_HAS_LIBNSL_STUB) += $(libnsl-a-y)
 libc-a-$(UCLIBC_HAS_LIBRESOLV_STUB) += $(libresolv-a-y)