patch-Makefile 623 B

12345678910111213141516171819202122232425
  1. --- brutefir-1.0m.orig/Makefile 2013-11-29 15:55:01.000000000 +0200
  2. +++ brutefir-1.0m/Makefile 2015-07-25 21:37:39.948001421 +0200
  3. @@ -17,17 +17,17 @@ FFTW_LIB = -lfftw3 -lfftw3f
  4. ###################################
  5. # Binaries
  6. -FLEX = flex
  7. -LD = ld
  8. -CC = gcc
  9. -AS = as
  10. +#FLEX = flex
  11. +#LD = ld
  12. +#CC = gcc
  13. +#AS = as
  14. ###################################
  15. # Flags
  16. CC_WARN = -Wall -Wpointer-arith -Wshadow \
  17. -Wcast-align -Wwrite-strings -Wstrict-prototypes \
  18. -Wmissing-prototypes -Wmissing-declarations -Wnested-externs
  19. -CC_FLAGS = $(DEFINE) -O2
  20. +CC_FLAGS = $(DEFINE) $(CFLAGS)
  21. CC_FPIC = -fPIC
  22. LD_SHARED = -shared