<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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)
</pre></body></html>