You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-power/powertop/files/powertop-1.98-build-libnl-3...

28 lines
611 B

From 21dcbd03507632c987e8c68b3efcf7b4a5d51147 Mon Sep 17 00:00:00 2001
From: Mike Frysinger <vapier@gentoo.org>
Date: Wed, 18 Apr 2012 21:11:22 -0400
Subject: [PATCH] use right libnl pkg-config name
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
Makefile | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 94ed2be..8a90b85 100644
--- a/Makefile
+++ b/Makefile
@@ -39,8 +39,7 @@ endif
ifeq ($(NL3FOUND),Y)
CPPFLAGS += -DCONFIG_LIBNL20
-LIBS += -lnl-genl
-NLLIBNAME = libnl-3.0
+NLLIBNAME = libnl-genl-3.0
endif
ifeq ($(NLLIBNAME),)
--
1.7.8.5