]> git.pld-linux.org Git - packages/dazuko.git/blame - dazuko-kbuild.patch
- kernel epoch is 3
[packages/dazuko.git] / dazuko-kbuild.patch
CommitLineData
b8a3cf17
ER
1--- dazuko-2.0.6/configure~ 2006-03-02 20:27:30.000000000 +0200
2+++ dazuko-2.0.6/configure 2006-03-02 20:27:33.000000000 +0200
3@@ -1012,7 +1012,7 @@
4 echo "CC ?= gcc" > Makefile
5
6 TEMPNAME="$LINUX_SRC/include"
7- echo "CFLAGS = -Wall -D__KERNEL__ -DMODULE -I$TEMPNAME" >> Makefile
8+ echo "CFLAGS = -Wall -D__KERNEL__ -DMODULE -I$TEMPNAME -Io/include" >> Makefile
9
10 if [ -f "$TEMPNAME/linux/config.h" ]
11 then
12@@ -1047,7 +1047,7 @@
13 ./linux_conf > linux.config
14 rm -f linux_conf
15
16- . linux.config
17+ . ./linux.config
18 rm -f linux.config
19
20 echo -n "checking if Linux is RSBAC patched... "
This page took 0.058255 seconds and 4 git commands to generate.