diff options
Diffstat (limited to 'abs/core/aufs2-util/aufs2-util_makefile.patch')
-rw-r--r-- | abs/core/aufs2-util/aufs2-util_makefile.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/core/aufs2-util/aufs2-util_makefile.patch b/abs/core/aufs2-util/aufs2-util_makefile.patch new file mode 100644 index 0000000..fe5b618 --- /dev/null +++ b/abs/core/aufs2-util/aufs2-util_makefile.patch @@ -0,0 +1,11 @@ +--- Makefile.orig 2010-11-30 22:42:21.000000000 +0000 ++++ Makefile 2010-11-30 22:43:08.000000000 +0000 +@@ -16,7 +16,7 @@ + # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + ifndef KDIR +-KDIR = /lib/modules/$(shell uname -r)/build ++KDIR = /lib/modules/2.6.36-LinHES/build + endif + ifneq "t" "$(shell test -e ${KDIR}/include/linux/stddef.h && echo t)" + $(error incorrect KDIR) |