projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fccd8d3
)
tools/xenstat: 23075:b4351d57464b added libxenstat.so but didn't build fPIC
author
Ian Campbell
<ian.campbell@citrix.com>
Thu, 24 Mar 2011 13:35:58 +0000
(13:35 +0000)
committer
Ian Campbell
<ian.campbell@citrix.com>
Thu, 24 Mar 2011 13:35:58 +0000
(13:35 +0000)
This broke on x86_64.
Reported-by: Olaf Hering
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/xenstat/libxenstat/Makefile
patch
|
blob
|
history
diff --git
a/tools/xenstat/libxenstat/Makefile
b/tools/xenstat/libxenstat/Makefile
index 4213b59aed059c5ac75fd0839b883bfe4df4f452..b670ced094e04e5289d718c3df183514b2425687 100644
(file)
--- a/
tools/xenstat/libxenstat/Makefile
+++ b/
tools/xenstat/libxenstat/Makefile
@@
-36,6
+36,7
@@
SONAME_FLAGS=-Wl,$(SONAME_LDFLAG) -Wl,libxenstat.so.$(MAJOR)
WARN_FLAGS=-Wall -Werror
+CFLAGS+=-fPIC
CFLAGS+=-Isrc $(CFLAGS_libxenctrl) $(CFLAGS_libxenstore) $(CFLAGS_xeninclude)
LDLIBS-y = $(LDLIBS_libxenstore) $(LDLIBS_libxenctrl)