1
0

patch-common_mak 564 B

1234567891011121314151617181920
  1. --- aircrack-ng-1.2-rc2.orig/common.mak 2015-04-02 07:24:02.000000000 +0200
  2. +++ aircrack-ng-1.2-rc2/common.mak 2015-11-07 21:30:08.000000000 +0100
  3. @@ -144,17 +144,6 @@ ifeq ($(GCC_OVER49), 0)
  4. GCC_OVER49 = $(shell expr 4.9 \<= `$(CC) -dumpversion | awk -F. '{ print $1$2 }'`)
  5. endif
  6. -
  7. -ifeq ($(GCC_OVER49), 0)
  8. - ifeq ($(GCC_OVER41), 1)
  9. - COMMON_CFLAGS += -fstack-protector
  10. - endif
  11. -endif
  12. -
  13. -ifeq ($(GCC_OVER49), 1)
  14. - COMMON_CFLAGS += -fstack-protector-strong
  15. -endif
  16. -
  17. ifeq ($(GCC_OVER45), 1)
  18. CFLAGS += -Wno-unused-but-set-variable -Wno-array-bounds
  19. endif