Files
sablink-distro/net-misc/fcoe-utils/files/fcoe-utils-add-kernel-include-dir.patch
T
2010-04-05 12:19:16 +02:00

12 lines
390 B
Diff

--- fcoe-utils-1.0.12.orig/Makefile.am
+++ fcoe-utils-1.0.12/Makefile.am
@@ -5,7 +5,7 @@ sbin_PROGRAMS += fcoemon
endif
## all targets should look for headers in the include directory
-AM_CPPFLAGS = -Wall -I${srcdir}/include
+AM_CPPFLAGS = -Wall -I${srcdir}/include -I${KV_OUT_DIR}/include
## pass the sysconfdir into the C proprocessor
AM_CFLAGS = -DSYSCONFDIR="\"${sysconfdir}\""