]> git.pld-linux.org Git - packages/xen.git/blob - xen-symbols.patch
xenstored must not be ever stopped
[packages/xen.git] / xen-symbols.patch
1 diff -dur xen-4.2.0.orig/tools/libfsimage/common/Makefile xen-4.2.0/tools/libfsimage/common/Makefile
2 --- xen-4.2.0.orig/tools/libfsimage/common/Makefile     2012-09-17 12:21:18.000000000 +0200
3 +++ xen-4.2.0/tools/libfsimage/common/Makefile  2012-10-23 09:20:47.000000000 +0200
4 @@ -5,7 +5,7 @@
5  MINOR = 0
6  
7  LDFLAGS-$(CONFIG_SunOS) = -Wl,-M -Wl,mapfile-SunOS
8 -LDFLAGS-$(CONFIG_Linux) = -Wl,mapfile-GNU
9 +LDFLAGS-$(CONFIG_Linux) = -Wl,mapfile-GNU -ldl
10  LDFLAGS = $(LDFLAGS-y)
11  
12  CFLAGS += $(PTHREAD_CFLAGS)
13 diff -dur xen-4.2.0.orig/tools/libxl/Makefile xen-4.2.0/tools/libxl/Makefile
14 --- xen-4.2.0.orig/tools/libxl/Makefile 2012-09-17 12:21:18.000000000 +0200
15 +++ xen-4.2.0/tools/libxl/Makefile      2012-10-23 09:24:52.000000000 +0200
16 @@ -173,8 +173,8 @@
17  libxlutil.so.$(XLUMAJOR): libxlutil.so.$(XLUMAJOR).$(XLUMINOR)
18         ln -sf $< $@
19  
20 -libxlutil.so.$(XLUMAJOR).$(XLUMINOR): $(LIBXLU_OBJS)
21 -       $(CC) $(LDFLAGS) -Wl,$(SONAME_LDFLAG) -Wl,libxlutil.so.$(XLUMAJOR) $(SHLIB_LDFLAGS) -o $@ $^ $(LIBXLU_LIBS) $(APPEND_LDFLAGS)
22 +libxlutil.so.$(XLUMAJOR).$(XLUMINOR): $(LIBXLU_OBJS) libxenlight.so
23 +       $(CC) $(LDFLAGS) -Wl,$(SONAME_LDFLAG) -Wl,libxlutil.so.$(XLUMAJOR) $(SHLIB_LDFLAGS) -o $@ $^ $(LIBXLU_LIBS) -L. -lxenlight $(APPEND_LDFLAGS)
24  
25  libxlutil.a: $(LIBXLU_OBJS)
26         $(AR) rcs libxlutil.a $^
This page took 0.029539 seconds and 3 git commands to generate.