patch-Makefile 841 B

12345678910111213141516171819202122
  1. --- vpnc-0.5.3.orig/Makefile 2008-11-19 21:36:12.000000000 +0100
  2. +++ vpnc-0.5.3/Makefile 2010-02-06 04:36:54.194334252 +0100
  3. @@ -66,7 +66,7 @@ ifneq (,$(findstring Apple,$(shell $(CC)
  4. CFLAGS += -fstrict-aliasing -freorder-blocks -fsched-interblock
  5. endif
  6. -all : $(BINS) vpnc.8 vpnc-script
  7. +all : $(BINS) vpnc-script
  8. vpnc : $(OBJS) vpnc.o
  9. $(CC) -o $@ $^ $(LDFLAGS)
  10. @@ -122,10 +122,6 @@ install-common: all
  11. install -m600 vpnc.conf $(DESTDIR)$(ETCDIR)/default.conf
  12. install -m755 vpnc-disconnect $(DESTDIR)$(SBINDIR)
  13. install -m755 pcf2vpnc $(DESTDIR)$(BINDIR)
  14. - install -m644 vpnc.8 $(DESTDIR)$(MANDIR)/man8
  15. - install -m644 pcf2vpnc.1 $(DESTDIR)$(MANDIR)/man1
  16. - install -m644 cisco-decrypt.1 $(DESTDIR)$(MANDIR)/man1
  17. - install -m644 COPYING $(DESTDIR)$(DOCDIR)
  18. install : install-common
  19. install -m755 vpnc $(DESTDIR)$(SBINDIR)