patch-Makefile 561 B

123456789101112131415161718192021
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- libcli-1.9.4.orig/Makefile 2008-10-09 04:38:01.000000000 +0200
  3. +++ libcli-1.9.4/Makefile 2009-05-29 17:42:04.310095050 +0200
  4. @@ -1,15 +1,12 @@
  5. DESTDIR =
  6. -PREFIX = /usr/local
  7. +PREFIX = /usr
  8. MAJOR = 1
  9. MINOR = 9
  10. REVISION = 3
  11. LIB = libcli.so
  12. -CC = gcc
  13. -DEBUG = -g
  14. -OPTIM = -O3
  15. -CFLAGS += $(DEBUG) $(OPTIM) -Wall -Wformat-security -Wno-format-zero-length
  16. +CFLAGS += -Wall -Wformat-security -Wno-format-zero-length
  17. LDFLAGS += -shared -Wl,-soname,$(LIB).$(MAJOR).$(MINOR)
  18. LIBPATH += -L.
  19. LIBS = -lcrypt