patch-src_Makefile 607 B

12345678910111213141516171819
  1. --- wput-0.6.1.orig/src/Makefile 2007-12-12 18:30:04.000000000 +0100
  2. +++ wput-0.6.1/src/Makefile 2010-02-06 04:45:45.363075315 +0100
  3. @@ -1,12 +1,12 @@
  4. #wput.mk
  5. #mm make file for wput
  6. SHELL=/bin/bash
  7. -prefix=/usr/local
  8. +prefix=/usr
  9. bindir=${exec_prefix}/bin
  10. localedir=$(prefix)/share/locale
  11. -CC=gcc
  12. -CFLAGS= -Wall -g -DLOCALEDIR=\"$(localedir)\" -INONE/include
  13. -LIBS= -lgnutls-openssl
  14. +CC=/home/wbx/openadk/cross_qemu-x86_uclibc/host/bin/i586-linux-uclibc-gcc
  15. +CFLAGS= -fno-ident -Os -pipe -march=i586 -fomit-frame-pointer -Wall -DLOCALEDIR=\"$(localedir)\"
  16. +LIBS=
  17. EXE=../wput
  18. GETOPT=
  19. MEMDBG=