Bastian Blank
2008-May-17 13:59 UTC
[Pkg-xen-changes] r570 - trunk/xen-unstable/debian/patches
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))