[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH 1/5] Makefile: do not link against glib-2.0
- From: Cleber Rosa <crosa redhat com>
- To: anaconda-devel-list redhat com
- Subject: [PATCH 1/5] Makefile: do not link against glib-2.0
- Date: Tue, 22 Nov 2011 11:34:33 -0300
The current Makefile links the grubby binary against glib-2.0, but
it is not needed.
Signed-off-by: Cleber Rosa <crosa redhat com>
---
Makefile | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index f13f330..8b188f1 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,6 @@ CFLAGS += $(RPM_OPT_FLAGS) -std=gnu99 -Wall -Werror -Wno-error=unused-function -
LDFLAGS :=
grubby_LIBS = -lblkid -lpopt
-grubby_LIBS += $(shell pkg-config --libs glib-2.0)
all: grubby
--
1.7.6.4
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]