From ca8b63c972c68df776c6c91b6dd8f523bb499c9c Mon Sep 17 00:00:00 2001 From: Jean Guyader Date: Thu, 21 Jan 2010 11:25:29 +0000 Subject: [PATCH] xenpm-use-pkgconfig: Remove -lintl --- master/xenpm-use-pkgconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/master/xenpm-use-pkgconfig b/master/xenpm-use-pkgconfig index c1068dc..0cffc79 100644 --- a/master/xenpm-use-pkgconfig +++ b/master/xenpm-use-pkgconfig @@ -1,5 +1,5 @@ diff --git a/tools/xenpmd/Makefile b/tools/xenpmd/Makefile -index bf335af..09e3461 100644 +index bf335af..875891a 100644 --- a/tools/xenpmd/Makefile +++ b/tools/xenpmd/Makefile @@ -3,9 +3,9 @@ include $(XEN_ROOT)/tools/Rules.mk @@ -10,7 +10,7 @@ index bf335af..09e3461 100644 +CFLAGS += $(shell pkg-config dbus-glib-1 --cflags) LDFLAGS += $(LDFLAGS_libxenstore) -LDFLAGS += -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lglib-2.0 -lintl -+LDFLAGS += $(shell pkg-config dbus-glib-1 --libs) -lpthread -lintl ++LDFLAGS += $(shell pkg-config dbus-glib-1 --libs) -lpthread BIN = xenpmd -- 2.39.5