Author: glen Date: Thu Mar 2 18:33:37 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - fixing module build
---- Files affected: SOURCES: dazuko-kbuild.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/dazuko-kbuild.patch diff -u /dev/null SOURCES/dazuko-kbuild.patch:1.1 --- /dev/null Thu Mar 2 19:33:37 2006 +++ SOURCES/dazuko-kbuild.patch Thu Mar 2 19:33:32 2006 @@ -0,0 +1,20 @@ +--- dazuko-2.0.6/configure~ 2006-03-02 20:27:30.000000000 +0200 ++++ dazuko-2.0.6/configure 2006-03-02 20:27:33.000000000 +0200 +@@ -1012,7 +1012,7 @@ + echo "CC ?= gcc" > Makefile + + TEMPNAME="$LINUX_SRC/include" +- echo "CFLAGS = -Wall -D__KERNEL__ -DMODULE -I$TEMPNAME" >> Makefile ++ echo "CFLAGS = -Wall -D__KERNEL__ -DMODULE -I$TEMPNAME -Io/include" >> Makefile + + if [ -f "$TEMPNAME/linux/config.h" ] + then +@@ -1047,7 +1047,7 @@ + ./linux_conf > linux.config + rm -f linux_conf + +- . linux.config ++ . ./linux.config + rm -f linux.config + + echo -n "checking if Linux is RSBAC patched... " ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
