]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - iproute2/patches/iproute2-3.4.0-sharepath.patch
iproute2: Update to 3.14.0.
[people/ms/ipfire-3.x.git] / iproute2 / patches / iproute2-3.4.0-sharepath.patch
diff --git a/iproute2/patches/iproute2-3.4.0-sharepath.patch b/iproute2/patches/iproute2-3.4.0-sharepath.patch
deleted file mode 100644 (file)
index 2a29677..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/tc/tc_util.c b/tc/tc_util.c
-index 926ed08..33f6974 100644
---- a/tc/tc_util.c
-+++ b/tc/tc_util.c
-@@ -24,8 +24,8 @@
- #include "utils.h"
- #include "tc_util.h"
--#ifndef LIBDIR
--#define LIBDIR "/usr/lib"
-+#ifndef SHAREDIR
-+#define SHAREDIR "/usr/share"
- #endif
- const char *get_tc_lib(void)
-@@ -34,7 +34,7 @@ const char *get_tc_lib(void)
-       lib_dir = getenv("TC_LIB_DIR");
-       if (!lib_dir)
--              lib_dir = LIBDIR "/tc/";
-+              lib_dir = SHAREDIR "/tc/";
-       return lib_dir;
- }