]> git.pld-linux.org Git - packages/xen.git/blob - xen-symbols.patch
- fix condition in xenstored.init
[packages/xen.git] / xen-symbols.patch
1 diff -uNr xen-3.4.3.orig/tools/flask/libflask/Makefile xen-3.4.3/tools/flask/libflask/Makefile
2 --- xen-3.4.3.orig/tools/flask/libflask/Makefile        2010-06-03 19:42:29.000000000 +0200
3 +++ xen-3.4.3/tools/flask/libflask/Makefile     2011-01-21 13:01:57.000000000 +0100
4 @@ -15,7 +15,7 @@
5  
6  # Get gcc to generate the dependencies for us.
7  CFLAGS   += -Wp,-MD,.$(@F).d
8 -LDFLAGS  += -L.
9 +LDFLAGS  += -L. -L../../libxc -lxenctrl 
10  
11  LIB_OBJS := $(patsubst %.c,%.o,$(SRCS))
12  PIC_OBJS := $(patsubst %.c,%.opic,$(SRCS))
13 diff -uNr xen-3.4.3.orig/tools/libfsimage/common/Makefile xen-3.4.3/tools/libfsimage/common/Makefile
14 --- xen-3.4.3.orig/tools/libfsimage/common/Makefile     2010-06-03 19:42:31.000000000 +0200
15 +++ xen-3.4.3/tools/libfsimage/common/Makefile  2011-01-21 13:05:34.290513274 +0100
16 @@ -5,7 +5,7 @@
17  MINOR = 0
18  
19  LDFLAGS-$(CONFIG_SunOS) = -Wl,-M -Wl,mapfile-SunOS
20 -LDFLAGS-$(CONFIG_Linux) = -Wl,mapfile-GNU
21 +LDFLAGS-$(CONFIG_Linux) = -Wl,mapfile-GNU -ldl
22  LDFLAGS = $(LDFLAGS-y)
23  
24  LIB_SRCS-y = fsimage.c fsimage_plugin.c fsimage_grub.c
25 --- xen-4.1.2/tools/libxl/Makefile.orig 2011-10-28 20:03:02.698804554 +0200
26 +++ xen-4.1.2/tools/libxl/Makefile      2011-10-28 20:17:35.919050445 +0200
27 @@ -8,6 +8,8 @@
28  MAJOR = 1.0
29  MINOR = 0
30  
31 +LDFLAGS += -lutil -luuid -L../libxc -lxenctrl -lxenguest -L../xenstore -lxenstore -L../blktap2/control -lblktapctl
32 +
33  XLUMAJOR = 1.0
34  XLUMINOR = 0
35  
This page took 0.039649 seconds and 3 git commands to generate.