mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-25 10:22:59 +02:00
dhcp: fix build with linux3.x.
This commit is contained in:
11
src/patches/dhcp-3.1_linux3.patch
Normal file
11
src/patches/dhcp-3.1_linux3.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
diff -Naur dhcp-3.1-ESV-R3.org/configure dhcp-3.1-ESV-R3/configure
|
||||
--- dhcp-3.1-ESV-R3.org/configure 2005-03-17 21:14:55.000000000 +0100
|
||||
+++ dhcp-3.1-ESV-R3/configure 2012-06-17 12:19:29.000000000 +0200
|
||||
@@ -104,6 +104,7 @@
|
||||
2) sysname=linux-2.2 ;;
|
||||
*) sysname=linux-2.2 ;;
|
||||
esac;;
|
||||
+ 3) sysname=linux-2.2 ;;
|
||||
esac;;
|
||||
SunOS)
|
||||
release=`uname -r`
|
||||
Reference in New Issue
Block a user