Hello,

Because "make headers_install" actually installs the kernel headers
under the kernel build tree and not "/usr", would it be better to apply
this patch to the Makefile of aufs-util?

------------------------- >8 -------------------------
diff --git a/Makefile b/Makefile
index 2f905ad..f8c78c0 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02110-1301         USA

 HOSTCC ?= cc
-CFLAGS += -I./libau
+CPPFLAGS += -I./libau -I/lib/modules/`uname -r`/build/usr/include
 CFLAGS += -O -Wall

 # MountCmdPath: dirty trick to support local nfs-mount.
------------------------- >8 -------------------------

guanx

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/

Reply via email to