OpenSDE Packages Database (without history before r20070)
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.

33 lines
1.6 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../vnuml/vnuml-1.8.9-no-tun-device-check.patch
  5. # Copyright (C) 2011 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. --- vnuml-1.8.9/configure.ac.orig 2011-05-20 12:09:34.500002359 +0200
  17. +++ vnuml-1.8.9/configure.ac 2011-05-20 12:10:32.512002358 +0200
  18. @@ -247,14 +247,6 @@
  19. AC_SUBST(PERL_MODULES_INSTALLROOT)
  20. AC_CHECK_FILE([$PERL_MODULES_INSTALLROOT], AC_SUBST(PERL_MODULES_INSTALLROOT), AC_MSG_ERROR([Invalid Perl modules installroot directory: $VNUML_PERL_MODULES_INSTALLROOT. Please set the appropriate installroot directory using the --with-perl-modules-installroot.]))
  21. -dnl tun device used for cloning
  22. -AC_ARG_WITH(tun,
  23. - AC_HELP_STRING([--with-tun=DEV],
  24. - [tun device used for cloning (default: /dev/net/tun)]),
  25. - VNUML_TUN=$withval,
  26. - VNUML_TUN=/dev/net/tun)
  27. -AC_CHECK_FILE([$VNUML_TUN], AC_SUBST(VNUML_TUN), AC_MSG_ERROR([tun device $VNUML_TUN not found. Please set the appropriate device using the --with-tun option.]))
  28. -
  29. AC_ARG_WITH(tun_group,
  30. AC_HELP_STRING([--with-tun_group=GROUP],
  31. [group to own tun device (default: uml-net)]),