All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-4.9] libs/devicemodel: Fix dependency with libxencall
@ 2017-05-04 10:50 Anthony PERARD
  2017-05-04 10:55 ` Ian Jackson
  0 siblings, 1 reply; 4+ messages in thread
From: Anthony PERARD @ 2017-05-04 10:50 UTC (permalink / raw)
  To: xen-devel; +Cc: Anthony PERARD, Wei Liu, Julien Grall, Ian Jackson

libxendevicemodel.so do depends on libxencall.so but the dependency was
missing at link time.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
---
 tools/libs/devicemodel/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/libs/devicemodel/Makefile b/tools/libs/devicemodel/Makefile
index 55626a5049..81fa5a4ac4 100644
--- a/tools/libs/devicemodel/Makefile
+++ b/tools/libs/devicemodel/Makefile
@@ -63,7 +63,7 @@ libxendevicemodel.so.$(MAJOR): libxendevicemodel.so.$(MAJOR).$(MINOR)
 	$(SYMLINK_SHLIB) $< $@
 
 libxendevicemodel.so.$(MAJOR).$(MINOR): $(PIC_OBJS) libxendevicemodel.map
-	$(CC) $(LDFLAGS) $(PTHREAD_LDFLAGS) -Wl,$(SONAME_LDFLAG) -Wl,libxendevicemodel.so.$(MAJOR) $(SHLIB_LDFLAGS) -o $@ $(PIC_OBJS) $(LDLIBS_libxentoollog) $(APPEND_LDFLAGS)
+	$(CC) $(LDFLAGS) $(PTHREAD_LDFLAGS) -Wl,$(SONAME_LDFLAG) -Wl,libxendevicemodel.so.$(MAJOR) $(SHLIB_LDFLAGS) -o $@ $(PIC_OBJS) $(LDLIBS_libxentoollog) $(LDLIBS_libxencall) $(APPEND_LDFLAGS)
 
 .PHONY: install
 install: build
-- 
Anthony PERARD


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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH for-4.9] libs/devicemodel: Fix dependency with libxencall
  2017-05-04 10:50 [PATCH for-4.9] libs/devicemodel: Fix dependency with libxencall Anthony PERARD
@ 2017-05-04 10:55 ` Ian Jackson
  2017-05-04 12:53   ` Julien Grall
  0 siblings, 1 reply; 4+ messages in thread
From: Ian Jackson @ 2017-05-04 10:55 UTC (permalink / raw)
  To: Anthony PERARD; +Cc: xen-devel, Julien Grall, Wei Liu

Anthony PERARD writes ("[PATCH for-4.9] libs/devicemodel: Fix dependency with libxencall"):
> libxendevicemodel.so do depends on libxencall.so but the dependency was
> missing at link time.

Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>

IMO this should indeed go into 4.9.

Ian.

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH for-4.9] libs/devicemodel: Fix dependency with libxencall
  2017-05-04 10:55 ` Ian Jackson
@ 2017-05-04 12:53   ` Julien Grall
  2017-05-04 15:01     ` Wei Liu
  0 siblings, 1 reply; 4+ messages in thread
From: Julien Grall @ 2017-05-04 12:53 UTC (permalink / raw)
  To: Ian Jackson, Anthony PERARD; +Cc: xen-devel, Wei Liu



On 04/05/17 11:55, Ian Jackson wrote:
> Anthony PERARD writes ("[PATCH for-4.9] libs/devicemodel: Fix dependency with libxencall"):
>> libxendevicemodel.so do depends on libxencall.so but the dependency was
>> missing at link time.
>
> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
>
> IMO this should indeed go into 4.9.

Release-acked-by: Julien Grall <julien.grall@arm.com>

>
> Ian.
>

-- 
Julien Grall

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH for-4.9] libs/devicemodel: Fix dependency with libxencall
  2017-05-04 12:53   ` Julien Grall
@ 2017-05-04 15:01     ` Wei Liu
  0 siblings, 0 replies; 4+ messages in thread
From: Wei Liu @ 2017-05-04 15:01 UTC (permalink / raw)
  To: Julien Grall; +Cc: Anthony PERARD, xen-devel, Ian Jackson, Wei Liu

On Thu, May 04, 2017 at 01:53:00PM +0100, Julien Grall wrote:
> 
> 
> On 04/05/17 11:55, Ian Jackson wrote:
> > Anthony PERARD writes ("[PATCH for-4.9] libs/devicemodel: Fix dependency with libxencall"):
> > > libxendevicemodel.so do depends on libxencall.so but the dependency was
> > > missing at link time.
> > 
> > Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
> > 
> > IMO this should indeed go into 4.9.
> 
> Release-acked-by: Julien Grall <julien.grall@arm.com>
> 

Acked + applied.

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-05-04 15:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-04 10:50 [PATCH for-4.9] libs/devicemodel: Fix dependency with libxencall Anthony PERARD
2017-05-04 10:55 ` Ian Jackson
2017-05-04 12:53   ` Julien Grall
2017-05-04 15:01     ` Wei Liu

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.