From: Johannes Berg Date: Fri, 11 Nov 2011 08:17:13 +0000 (+0100) Subject: Revert "Fix linking with libnl-3" X-Git-Tag: v3.3~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b72de677985b8c29f6133987755d0c7e1d869ed0;p=thirdparty%2Fiw.git Revert "Fix linking with libnl-3" This reverts commit 15bc193a926ec67e25de175f7dfe45df8cbd3e9a. This commit broke compiling against libnl 3.0 which numerous distributions ship. --- diff --git a/Makefile b/Makefile index fb46324..8443ee6 100644 --- a/Makefile +++ b/Makefile @@ -36,11 +36,10 @@ LIBS += -lnl-genl NLLIBNAME = libnl-2.0 endif -# libnl-3 has a separate libnl-genl-3.0.pc ifeq ($(NL3FOUND),Y) CFLAGS += -DCONFIG_LIBNL30 -LIBS = -NLLIBNAME = libnl-genl-3.0 +LIBS += -lnl-genl +NLLIBNAME = libnl-3.0 endif ifeq ($(NLLIBNAME),)