[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] [PATCH] tools/Rules.mk: libxlutil should use $(XEN_XLUTIL)



On Mon, Mar 13, 2017 at 10:38:43AM +0000, Wei Liu wrote:
> A typo was made in 7a6de259f.
> 
> Currently libxlutil lives in the same directory as libxl, fixing this
> issue causes no functional change.
> 
> Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx>
> ---
>  tools/Rules.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/Rules.mk b/tools/Rules.mk
> index e676c6b665..3e49370f3d 100644
> --- a/tools/Rules.mk
> +++ b/tools/Rules.mk
> @@ -182,7 +182,7 @@ SHLIB_libxenlight  = $(SHDEPS_libxenlight) 
> -Wl,-rpath-link=$(XEN_XENLIGHT)
>  
>  CFLAGS_libxlutil = -I$(XEN_XLUTIL)
>  SHDEPS_libxlutil = $(SHLIB_libxenlight)
> -LDLIBS_libxlutil = $(SHDEPS_libxlutil) 
> $(XEN_XENLIGHT)/libxlutil$(libextension)
> +LDLIBS_libxlutil = $(SHDEPS_libxlutil) $(XEN_XLUTIL)/libxlutil$(libextension)

This patch is trivial and obviously correct so I have committed it with
an ack.

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
https://lists.xen.org/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.