summaryrefslogtreecommitdiffstats
path: root/source/n/wireless-tools/wireless_tools.static.diff
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/wireless-tools/wireless_tools.static.diff')
-rw-r--r--source/n/wireless-tools/wireless_tools.static.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/n/wireless-tools/wireless_tools.static.diff b/source/n/wireless-tools/wireless_tools.static.diff
new file mode 100644
index 000000000..71f4ec3fa
--- /dev/null
+++ b/source/n/wireless-tools/wireless_tools.static.diff
@@ -0,0 +1,11 @@
+--- ./Makefile.orig 2004-10-11 15:16:15.000000000 -0700
++++ ./Makefile 2005-07-25 00:18:46.000000000 -0700
+@@ -17,7 +17,7 @@
+ ## Uncomment this to build tools using static version of the library
+ ## Mostly useful for embedded platforms without ldd, or to create
+ ## a local version (non-root).
+-# BUILD_STATIC = y
++BUILD_STATIC = y
+
+ ## Uncomment this to build without using libm (less efficient)
+ ## This is mostly useful for embedded platforms without maths.