All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libxenstore should be executable
@ 2006-07-04  3:28 Jeremy Katz
  2006-07-04  6:51 ` Bastian Blank
  2006-07-04  9:57 ` Vincent Hanquez
  0 siblings, 2 replies; 5+ messages in thread
From: Jeremy Katz @ 2006-07-04  3:28 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 104 bytes --]

Shared libraries are supposed to be installed +x

Signed-off-by: Jeremy Katz <katzj@redhat.com>

Jeremy

[-- Attachment #2: xen-libxenstore-exec.patch --]
[-- Type: text/x-patch, Size: 562 bytes --]

diff -r fd6d12935b56 tools/xenstore/Makefile
--- a/tools/xenstore/Makefile	Mon Jul 03 16:07:20 2006 +0100
+++ b/tools/xenstore/Makefile	Mon Jul 03 23:26:44 2006 -0400
@@ -171,7 +171,7 @@ install: all
 	$(INSTALL_PROG) xenstore-control $(DESTDIR)/usr/bin
 	$(INSTALL_PROG) xenstore-ls $(DESTDIR)/usr/bin
 	$(INSTALL_DIR) -p $(DESTDIR)/usr/$(LIBDIR)
-	$(INSTALL_DATA) libxenstore.so $(DESTDIR)/usr/$(LIBDIR)
+	$(INSTALL_PROG) libxenstore.so $(DESTDIR)/usr/$(LIBDIR)
 	$(INSTALL_DATA) xs.h $(DESTDIR)/usr/include
 	$(INSTALL_DATA) xs_lib.h $(DESTDIR)/usr/include
 

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

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

end of thread, other threads:[~2006-07-11 12:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-04  3:28 [PATCH] libxenstore should be executable Jeremy Katz
2006-07-04  6:51 ` Bastian Blank
2006-07-04  9:57 ` Vincent Hanquez
2006-07-05 18:36   ` Jeremy Katz
2006-07-11 12:30     ` Horms

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.