]> git.pld-linux.org Git - packages/xen.git/blob - xen-symbols.patch
db30fd821b57a4bbfae4e7774eae36511fbef9eb
[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)
This page took 0.022052 seconds and 2 git commands to generate.