You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
608 B

  1. --- a/nspr/config/config.mk
  2. +++ b/nspr/config/config.mk
  3. @@ -126,6 +126,9 @@ endif
  4. ifeq ($(USE_IPV6),1)
  5. DEFINES += -D_PR_INET6
  6. +ifeq ($(MUSL),1)
  7. +CFLAGS += -D_PR_POLL_AVAILABLE -D_PR_HAVE_OFF64_T -D_PR_INET6 -D_PR_HAVE_INET_NTOP -D_PR_HAVE_GETHOSTBYNAME2 -D_PR_HAVE_GETADDRINFO -D_PR_INET6_PROBE
  8. +endif
  9. endif
  10. ifeq ($(MOZ_UNICODE),1)
  11. --- a/nspr/config/Makefile.in
  12. +++ b/nspr/config/Makefile.in
  13. @@ -30,7 +30,7 @@ CSRCS = now.c
  14. # This version hasn't been ported for us; the one in mozilla/config has
  15. ifneq ($(OS_ARCH),OS2)
  16. -CSRCS += nsinstall.c
  17. +#CSRCS += nsinstall.c
  18. PLSRCS = nfspwd.pl
  19. endif