Skip to content

Instantly share code, notes, and snippets.

@mike0
Created May 12, 2012 12:07
Show Gist options
  • Save mike0/2666201 to your computer and use it in GitHub Desktop.
Save mike0/2666201 to your computer and use it in GitHub Desktop.
dhcp-3.1.3-configure patch
For build dhcp-3.1.3 on Linux 3.x
--- configure.orig 2012-05-12 20:05:17.008373915 +0800
+++ configure 2012-05-12 20:05:20.784373668 +0800
@@ -104,6 +104,7 @@
2) sysname=linux-2.2 ;;
*) sysname=linux-2.2 ;;
esac;;
+ 3) sysname=linux-2.2 ;;
esac;;
SunOS)
release=`uname -r`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment