summaryrefslogtreecommitdiffstats
path: root/abs/extra/crda/libnl32.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-04-16 17:16:01 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-04-16 17:16:01 (GMT)
commit8e41fcf367697e694aa00b9c6e5e0613803548b0 (patch)
tree259f2842bc8d453c208a7131c08455c4b40f8128 /abs/extra/crda/libnl32.patch
parent0fd0dca48ba1af407f134304909c7ccb25f42b61 (diff)
downloadlinhes_pkgbuild-8e41fcf367697e694aa00b9c6e5e0613803548b0.zip
linhes_pkgbuild-8e41fcf367697e694aa00b9c6e5e0613803548b0.tar.gz
linhes_pkgbuild-8e41fcf367697e694aa00b9c6e5e0613803548b0.tar.bz2
crda: update to 3.13. refs #961
Diffstat (limited to 'abs/extra/crda/libnl32.patch')
-rw-r--r--abs/extra/crda/libnl32.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/abs/extra/crda/libnl32.patch b/abs/extra/crda/libnl32.patch
deleted file mode 100644
index 682b6c5..0000000
--- a/abs/extra/crda/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)