[Pkg-xen-changes] r695 - trunk/xen-3/debian/patches

Bastian Blank waldi at alioth.debian.org
Sun Nov 22 14:37:15 UTC 2009


Author: waldi
Date: Sun Nov 22 14:37:14 2009
New Revision: 695

Log:
debian/patches/tools-libxc-rpath.diff: Fix.

Modified:
   trunk/xen-3/debian/patches/tools-libxc-rpath.diff

Modified: trunk/xen-3/debian/patches/tools-libxc-rpath.diff
==============================================================================
--- trunk/xen-3/debian/patches/tools-libxc-rpath.diff	Sun Nov 22 14:36:13 2009	(r694)
+++ trunk/xen-3/debian/patches/tools-libxc-rpath.diff	Sun Nov 22 14:37:14 2009	(r695)
@@ -9,9 +9,9 @@
  
  # libxenguest
  
-@@ -150,7 +150,7 @@
- 	ln -sf $< $@
+@@ -169,7 +169,7 @@
  
+ libxenguest.so.$(MAJOR).$(MINOR): LDFLAGS += $(call zlib-options,l)
  libxenguest.so.$(MAJOR).$(MINOR): $(GUEST_PIC_OBJS) libxenctrl.so
 -	$(CC) $(CFLAGS) $(LDFLAGS) -Wl,$(SONAME_LDFLAG) -Wl,libxenguest.so.$(MAJOR) $(SHLIB_CFLAGS) -o $@ $(GUEST_PIC_OBJS) -lz -lxenctrl $(PTHREAD_LIBS)
 +	$(CC) $(CFLAGS) $(LDFLAGS) -Wl,$(SONAME_LDFLAG) -Wl,libxenguest.so.$(MAJOR) $(SHLIB_CFLAGS) $(call LDFLAGS_RPATH) -o $@ $(GUEST_PIC_OBJS) -lz -lxenctrl $(PTHREAD_LIBS)



More information about the Pkg-xen-changes mailing list