procinfo-flags.patch 373 B

1234567891011121314151617
  1. --- procinfo-18/Makefile.orig 2001-02-25 00:29:53.000000000 +0100
  2. +++ procinfo-18/Makefile 2006-10-21 13:57:47.000000000 +0200
  3. @@ -2,10 +2,10 @@
  4. prefix=/usr
  5. -CC = gcc -Wall -Wstrict-prototypes
  6. +CC +=
  7. -CFLAGS = -O2
  8. -LDFLAGS = -s
  9. +CFLAGS += -Wall -Wstrict-prototypes
  10. +LDFLAGS +=
  11. # If you get lots of `undefined references', you probably need -lncurses
  12. # instead: