diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-08-17 15:44:44 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-08-17 15:44:44 -0700 |
commit | f3451882dcce86e5e001dc482ee94ce2c96787c5 (patch) | |
tree | 571d86bbebeefa123e467e68b6050ac659f13f5f /0002-Makefile-Don-t-run-ldconfig.patch | |
parent | Fixed broken source link (diff) | |
download | wireless-regdb-pentest-f3451882dcce86e5e001dc482ee94ce2c96787c5.tar.xz |
Updated to 19.03.01
Made only Country 00 unrestricted.
Fixed incorrect Country CA bands.
Diffstat (limited to '0002-Makefile-Don-t-run-ldconfig.patch')
-rw-r--r-- | 0002-Makefile-Don-t-run-ldconfig.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/0002-Makefile-Don-t-run-ldconfig.patch b/0002-Makefile-Don-t-run-ldconfig.patch new file mode 100644 index 0000000..e9f102d --- /dev/null +++ b/0002-Makefile-Don-t-run-ldconfig.patch @@ -0,0 +1,24 @@ +From 15bc8065e9dc5485c650c528f8d80f7536e378d6 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Thomas=20B=C3=A4chler?= <thomas@archlinux.org> +Date: Fri, 21 Feb 2014 20:30:24 +0100 +Subject: [PATCH] Makefile: Don't run ldconfig + +--- + Makefile | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/Makefile b/Makefile +index 80f4946..c003195 100644 +--- a/Makefile ++++ b/Makefile +@@ -130,7 +130,6 @@ install-libreg: + $(NQ) ' INSTALL libreg' + $(Q)mkdir -p $(DESTDIR)/$(LIBDIR) + $(Q)cp $(LIBREG) $(DESTDIR)/$(LIBDIR)/ +- $(Q)ldconfig + + %.o: %.c regdb.h $(LIBREG) + $(NQ) ' CC ' $@ +-- +1.9.0 + |