[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] tools/xenstat: 23075:b4351d57464b added libxenstat.so but didn't build fPIC
# HG changeset patch # User Ian Campbell <ian.campbell@xxxxxxxxxx> # Date 1300973758 0 # Node ID 7743791e9068c67755641ae5502d733924f296a2 # Parent 8ec7808f9c232e1aa6dcf9a51a8a8925444122a1 tools/xenstat: 23075:b4351d57464b added libxenstat.so but didn't build fPIC This broke on x86_64. Reported-by: Olaf Hering Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- diff -r 8ec7808f9c23 -r 7743791e9068 tools/xenstat/libxenstat/Makefile --- a/tools/xenstat/libxenstat/Makefile Thu Mar 24 11:09:02 2011 +0000 +++ b/tools/xenstat/libxenstat/Makefile Thu Mar 24 13:35:58 2011 +0000 @@ -36,6 +36,7 @@ WARN_FLAGS=-Wall -Werror +CFLAGS+=-fPIC CFLAGS+=-Isrc $(CFLAGS_libxenctrl) $(CFLAGS_libxenstore) $(CFLAGS_xeninclude) LDLIBS-y = $(LDLIBS_libxenstore) $(LDLIBS_libxenctrl) _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |