patch-common_mak 775 B

123456789101112131415161718192021222324252627
  1. --- aircrack-ng-1.2-rc4.orig/common.mak 2015-12-31 20:42:10.000000000 +0100
  2. +++ aircrack-ng-1.2-rc4/common.mak 2017-06-06 21:16:36.954790985 +0200
  3. @@ -1,6 +1,6 @@
  4. PKG_CONFIG ?= pkg-config
  5. -NEWSSE = true
  6. +NEWSSE = false
  7. # Newer version of the core can be enabled via SIMDCORE
  8. # but should be automatically flipped on thru autodetection
  9. SIMDCORE = false
  10. @@ -231,16 +231,6 @@ ifeq ($(GCC_OVER49), 0)
  11. GCC_OVER49 = $(shell expr 4.9 \<= `$(CC) -dumpversion | awk -F. '{ print $1$2 }'`)
  12. endif
  13. -ifeq ($(GCC_OVER49), 0)
  14. - ifeq ($(GCC_OVER41), 1)
  15. - COMMON_CFLAGS += -fstack-protector
  16. - endif
  17. -endif
  18. -
  19. -ifeq ($(GCC_OVER49), 1)
  20. - COMMON_CFLAGS += -fstack-protector-strong
  21. -endif
  22. -
  23. ifeq ($(GCC_OVER45), 1)
  24. CFLAGS += -Wno-unused-but-set-variable -Wno-array-bounds
  25. endif