[Pkg-xen-changes] r570 - trunk/xen-unstable/debian/patches

Bastian Blank waldi at alioth.debian.org
Sat May 17 13:59:30 UTC 2008


Author: waldi
Date: Sat May 17 13:59:30 2008
New Revision: 570

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


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

Modified: trunk/xen-unstable/debian/patches/tools-rpath.diff
==============================================================================
--- trunk/xen-unstable/debian/patches/tools-rpath.diff	(original)
+++ trunk/xen-unstable/debian/patches/tools-rpath.diff	Sat May 17 13:59:30 2008
@@ -163,7 +163,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