You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
233 B

  1. --- a/Makefile.in
  2. +++ b/Makefile.in
  3. @@ -25,8 +25,9 @@
  4. INSTALL = @INSTALL@
  5. DEFS = @DEFS@
  6. LIBS = @LIBS@
  7. -CFLAGS = -O
  8. -LDFLAGS = -s
  9. +CFLAGS = @CFLAGS@
  10. +CPPFLAGS = @CPPFLAGS@
  11. +LDFLAGS = @LDFLAGS@
  12. prefix = @prefix@
  13. SHELL = /bin/sh