* [PATCH] multipath-tools: Fix Makefile for libmultipath
@ 2006-03-13 12:22 Hannes Reinecke
2006-03-13 13:50 ` Christophe Varoqui
0 siblings, 1 reply; 2+ messages in thread
From: Hannes Reinecke @ 2006-03-13 12:22 UTC (permalink / raw)
To: device-mapper development
[-- Attachment #1: Type: text/plain, Size: 344 bytes --]
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@suse.de
SuSE Linux Products GmbH S390 & zSeries
Maxfeldstraße 5 +49 911 74053 688
90409 Nürnberg http://www.suse.de
[-- Attachment #2: multipath-tools-Makefile-cleanup.patch --]
[-- Type: text/x-patch, Size: 379 bytes --]
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 \
[-- Attachment #3: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] multipath-tools: Fix Makefile for libmultipath
2006-03-13 12:22 [PATCH] multipath-tools: Fix Makefile for libmultipath Hannes Reinecke
@ 2006-03-13 13:50 ` Christophe Varoqui
0 siblings, 0 replies; 2+ messages in thread
From: Christophe Varoqui @ 2006-03-13 13:50 UTC (permalink / raw)
To: device-mapper development
On Mon, Mar 13, 2006 at 01:22:51PM +0100, Hannes Reinecke wrote:
> Hi Christophe,
>
> libmultipath/Makefile resets CFLAGS, so we can't pass anything from the
> top-level makefile.
> The attached patch corrects this.
>
> Please apply.
>
Applied, thanks.
Regards,
cvaroqui
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-03-13 13:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-13 12:22 [PATCH] multipath-tools: Fix Makefile for libmultipath Hannes Reinecke
2006-03-13 13:50 ` Christophe Varoqui
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.