This repository has been archived on 2024-11-07. You can view files and clone it, but cannot push or open issues or pull requests.
crda/crda-1.1.2-libnl-3.patch

13 lines
346 B
Diff

diff -Nru crda-1.1.2.orig/Makefile crda-1.1.2/Makefile
--- crda-1.1.2.orig/Makefile 2012-07-25 13:15:38.210363385 +0200
+++ crda-1.1.2/Makefile 2012-07-25 13:17:46.642047626 +0200
@@ -51,7 +51,7 @@
ifeq ($(NL3FOUND),Y)
CFLAGS += -DCONFIG_LIBNL30
-NLLIBS += -lnl-genl
+NLLIBS += -lnl-genl-3
NLLIBNAME = libnl-3.0
else
ifeq ($(NL2FOUND),Y)