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

Bastian Blank waldi at alioth.debian.org
Sat May 17 13:34:06 UTC 2008


Author: waldi
Date: Sat May 17 13:34:06 2008
New Revision: 568

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


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

Modified: trunk/xen-3/debian/patches/tools-rpath.diff
==============================================================================
--- trunk/xen-3/debian/patches/tools-rpath.diff	(original)
+++ trunk/xen-3/debian/patches/tools-rpath.diff	Sat May 17 13:34:06 2008
@@ -186,7 +186,7 @@
  
  CFLAGS += -I$(XEN_ROOT)/tools/libfsimage/common/ -Werror -Wp,-MD,.$(@F).d
  LDFLAGS += -L../common/
-+LDFLAGS += $(call LDFLAGS_RPATH,../../)
++LDFLAGS += $(call LDFLAGS_RPATH,../..)
  
  PIC_OBJS := $(patsubst %.c,%.opic,$(LIB_SRCS-y))
  



More information about the Pkg-xen-changes mailing list