0006-cross-compile.patch 1.4 KB

123456789101112131415161718192021222324252627282930
  1. Host version of hamcorebuilder is needed during cross-compile
  2. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
  3. diff -uNr SoftEtherVPN-16b713b98da8dba29f0f845d5a8c36d6f7c34824.org/src/bin/hamcore/Makefile.am SoftEtherVPN-16b713b98da8dba29f0f845d5a8c36d6f7c34824/src/bin/hamcore/Makefile.am
  4. --- SoftEtherVPN-16b713b98da8dba29f0f845d5a8c36d6f7c34824.org/src/bin/hamcore/Makefile.am 2014-09-27 12:56:53.108725793 +0200
  5. +++ SoftEtherVPN-16b713b98da8dba29f0f845d5a8c36d6f7c34824/src/bin/hamcore/Makefile.am 2014-09-27 12:57:50.280009025 +0200
  6. @@ -26,8 +26,8 @@
  7. noinst_PROGRAMS = hamcore.se2
  8. -hamcore.se2$(EXEEXT): $(HAMCOREBUILDER)
  9. - $(HAMCOREBUILDER) $(top_srcdir)/src/bin/hamcore $@
  10. +hamcore.se2$(EXEEXT):
  11. + hamcorebuilder $(top_srcdir)/src/bin/hamcore $@
  12. install-exec-local: hamcore.se2$(EXEEXT)
  13. $(INSTALL_DATA) -D hamcore.se2$(EXEEXT) $(DESTDIR)$(localstatedir)/lib/softether/hamcore.se2
  14. diff -uNr SoftEtherVPN-16b713b98da8dba29f0f845d5a8c36d6f7c34824.org/src/Makefile.am SoftEtherVPN-16b713b98da8dba29f0f845d5a8c36d6f7c34824/src/Makefile.am
  15. --- SoftEtherVPN-16b713b98da8dba29f0f845d5a8c36d6f7c34824.org/src/Makefile.am 2014-09-27 12:56:53.136726809 +0200
  16. +++ SoftEtherVPN-16b713b98da8dba29f0f845d5a8c36d6f7c34824/src/Makefile.am 2014-09-27 12:58:12.959723109 +0200
  17. @@ -20,7 +20,7 @@
  18. SUBDIRS = Mayaqua Cedar
  19. # This is a nodist helper.
  20. -SUBDIRS += hamcorebuilder
  21. +# SUBDIRS += hamcorebuilder
  22. # These are shared components.
  23. SUBDIRS += libsoftether bin/hamcore