summarylogtreecommitdiffstats
path: root/libnl32.patch
diff options
context:
space:
mode:
authorthomas2014-02-21 19:32:41 +0000
committerPetko Bordjukov2015-06-09 13:47:57 +0300
commita0624f38d315d0a4c55d48f982e742bef54658c3 (patch)
treec975bcb36b5fa92eb37d4afaf7c867d780e49c13 /libnl32.patch
parent7ae1bbd420476a6ba6876c449d26f5a974274869 (diff)
downloadaur-a0624f38d315d0a4c55d48f982e742bef54658c3.tar.gz
crda: Update to 3.13 - and fix the abomination of a Makefile being shipped.
git-svn-id: file:///srv/repos/svn-packages/svn@206211 eb2447ed-0c53-47e4-bac8-5bc4a241df78
Diffstat (limited to 'libnl32.patch')
-rw-r--r--libnl32.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/libnl32.patch b/libnl32.patch
deleted file mode 100644
index 682b6c5de1cc..000000000000
--- a/libnl32.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -u -r crda-1.1.2/Makefile crda-1.1.2-libnl32/Makefile
---- crda-1.1.2/Makefile 2011-08-10 01:36:19.000000000 +0200
-+++ crda-1.1.2-libnl32/Makefile 2012-02-09 18:53:33.376430180 +0100
-@@ -51,7 +51,7 @@
-
- ifeq ($(NL3FOUND),Y)
- CFLAGS += -DCONFIG_LIBNL30
--NLLIBS += -lnl-genl
-+NLLIBS += $(shell pkg-config --libs libnl-genl-3.0)
- NLLIBNAME = libnl-3.0
- else
- ifeq ($(NL2FOUND),Y)