[dm-devel] [PATCH] multipath-tools: add missing "-l" flag for pthread in libdmmp/Makefile

Christophe Varoqui christophe.varoqui at opensvc.com
Thu Mar 23 08:32:47 UTC 2017


Applied.
Thanks

On Fri, Mar 17, 2017 at 3:15 PM, Xose Vazquez Perez <xose.vazquez at gmail.com>
wrote:

> Cc: Gris Ge <fge at redhat.com>
> Cc: Christophe Varoqui <christophe.varoqui at opensvc.com>
> Cc: device-mapper development <dm-devel at redhat.com>
> Signed-off-by: Xose Vazquez Perez <xose.vazquez at gmail.com>
> ---
>  libdmmp/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libdmmp/Makefile b/libdmmp/Makefile
> index aaff285..c7db054 100644
> --- a/libdmmp/Makefile
> +++ b/libdmmp/Makefile
> @@ -18,7 +18,7 @@ OBJS = libdmmp.o libdmmp_mp.o libdmmp_pg.o
> libdmmp_path.o libdmmp_misc.o
>  CFLAGS += -fvisibility=hidden -I$(libdmmpdir) -I$(mpathcmddir) \
>           $(shell pkg-config --cflags json-c)
>
> -LIBDEPS += $(shell pkg-config --libs json-c) -L$(mpathcmddir) -lmpathcmd
> -pthread
> +LIBDEPS += $(shell pkg-config --libs json-c) -L$(mpathcmddir) -lmpathcmd
> -lpthread
>
>  all: $(LIBS) doc
>
> --
> 2.12.0
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/dm-devel/attachments/20170323/ebef1715/attachment.htm>


More information about the dm-devel mailing list