diff options
author | Leonardo Arena <rnalrd@gmail.com> | 2010-02-22 12:18:36 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@gmail.com> | 2010-02-22 12:18:36 +0000 |
commit | 3d5683dc57fd84fb689a4b788818022b514713e4 (patch) | |
tree | 7988e122bea72013d7c2d149130ac3cf10526b13 /testing/open-iscsi-grsec/Makefile.kernel.patch | |
parent | e558ed22f63a6cc58506924726f2dd557898c63a (diff) | |
download | aports-3d5683dc57fd84fb689a4b788818022b514713e4.tar.bz2 aports-3d5683dc57fd84fb689a4b788818022b514713e4.tar.xz |
testing/open-iscsi-grsec: new aport
Diffstat (limited to 'testing/open-iscsi-grsec/Makefile.kernel.patch')
-rw-r--r-- | testing/open-iscsi-grsec/Makefile.kernel.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/open-iscsi-grsec/Makefile.kernel.patch b/testing/open-iscsi-grsec/Makefile.kernel.patch new file mode 100644 index 0000000000..552e31b47f --- /dev/null +++ b/testing/open-iscsi-grsec/Makefile.kernel.patch @@ -0,0 +1,11 @@ +--- src/open-iscsi-2.0-871/kernel/Makefile ++++ Makefile +@@ -102,6 +102,8 @@ + + linux_2_6_30: $(unpatch_code) + ++linux_2_6_32: $(unpatch_code) ++ + + do_unpatch_code: + echo "Un-patching source code for use with linux-2.6.14 and up ..." |