From: Xose Vazquez Perez <xose.vazquez@gmail.com>
Cc: device-mapper development <dm-devel@redhat.com>
Subject: Re: [PATCH] multipath-tools: replace -shared with $(SHARED_FLAGS) in Makefile
Date: Mon, 18 Jul 2016 17:36:14 +0200 [thread overview]
Message-ID: <69fb937b-0bda-5221-bcdd-7e76fd8f2556@gmail.com> (raw)
In-Reply-To: <1468854746-11614-1-git-send-email-xose.vazquez@gmail.com>
On 07/18/2016 05:12 PM, Xose Vazquez Perez wrote:
> Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
> Cc: device-mapper development <dm-devel@redhat.com>
> Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
> ---
> libmpathpersist/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libmpathpersist/Makefile b/libmpathpersist/Makefile
> index a2dd7ed..93e106d 100644
> --- a/libmpathpersist/Makefile
> +++ b/libmpathpersist/Makefile
> @@ -19,7 +19,7 @@ all: $(LIBS)
>
> $(LIBS):
> $(CC) -Wall -fPIC -c $(CFLAGS) *.c
> - $(CC) -shared $(LIBDEPS) -Wl,-soname=$@ $(CFLAGS) -o $@ $(OBJS)
> + $(CC) $(SHARED_FLAGS) $(LIBDEPS) -Wl,-soname=$@ $(CFLAGS) -o $@ $(OBJS)
> $(LN) $(LIBS) $(DEVLIB)
> $(GZIP) mpath_persistent_reserve_in.3 > mpath_persistent_reserve_in.3.gz
> $(GZIP) mpath_persistent_reserve_out.3 > mpath_persistent_reserve_out.3.gz
>
DROP this one, DUPLICATE !!!
Thank you.
prev parent reply other threads:[~2016-07-18 15:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-18 15:12 [PATCH] multipath-tools: replace -shared with $(SHARED_FLAGS) in Makefile Xose Vazquez Perez
2016-07-18 15:36 ` Xose Vazquez Perez [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=69fb937b-0bda-5221-bcdd-7e76fd8f2556@gmail.com \
--to=xose.vazquez@gmail.com \
--cc=dm-devel@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox