patch-nss_coreconf_Linux_mk 656 B

123456789101112131415161718192021222324
  1. --- nss-3.26.1.orig/nss/coreconf/Linux.mk 2016-09-26 18:31:01.000000000 +0200
  2. +++ nss-3.26.1/nss/coreconf/Linux.mk 2016-10-02 11:09:15.042562528 +0200
  3. @@ -16,9 +16,9 @@ ifeq ($(USE_PTHREADS),1)
  4. IMPL_STRATEGY = _PTH
  5. endif
  6. -CC = gcc
  7. -CCC = g++
  8. -RANLIB = ranlib
  9. +CC ?= gcc
  10. +CCC ?= g++
  11. +RANLIB ?= ranlib
  12. DEFAULT_COMPILER = gcc
  13. @@ -159,7 +159,7 @@ ZDEFS_FLAG = -Wl,-z,defs
  14. ifneq ($(USE_ASAN),1)
  15. DSO_LDOPTS += $(if $(findstring 2.11.90.0.8,$(shell ld -v)),,$(ZDEFS_FLAG))
  16. endif
  17. -LDFLAGS += $(ARCHFLAG)
  18. +#LDFLAGS += $(ARCHFLAG)
  19. # On Maemo, we need to use the -rpath-link flag for even the standard system
  20. # library directories.