Hi Christophe, libmultipath/Makefile resets CFLAGS, so we can't pass anything from the top-level makefile. The attached patch corrects this. Please apply. Cheers, Hannes -- Dr. Hannes Reinecke hare@xxxxxxx SuSE Linux Products GmbH S390 & zSeries Maxfeldstraße 5 +49 911 74053 688 90409 Nürnberg http://www.suse.de
diff --git a/libmultipath/Makefile b/libmultipath/Makefile index 8a14b04..e5d5b10 100644 --- a/libmultipath/Makefile +++ b/libmultipath/Makefile @@ -6,7 +6,7 @@ BUILD = glibc include ../Makefile.inc -CFLAGS = -I$(checkersdir) +CFLAGS += -I$(checkersdir) OBJS = memory.o parser.o vector.o devmapper.o callout.o \ hwtable.o blacklist.o util.o dmparser.o config.o \
-- dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel