aboutsummaryrefslogtreecommitdiffstats
path: root/packages/aircrack
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2007-06-29 20:28:18 +0000
committerGraeme Gregory <dp@xora.org.uk>2007-06-29 20:28:18 +0000
commit58c697a9e3e5d71c2ccb553d5623d72c57a15263 (patch)
tree5e4ba811f384ee7259e6ea80fd53ff30c52597e2 /packages/aircrack
parentc5b60bd7e5b05dcf199e336a528dc6ad3e6d599b (diff)
downloadopenembedded-58c697a9e3e5d71c2ccb553d5623d72c57a15263.tar.gz
aircrack_svn.bb : forgotten patch
Diffstat (limited to 'packages/aircrack')
-rw-r--r--packages/aircrack/files/makefile-ldflags.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/aircrack/files/makefile-ldflags.patch b/packages/aircrack/files/makefile-ldflags.patch
new file mode 100644
index 0000000000..da2a0afaf1
--- /dev/null
+++ b/packages/aircrack/files/makefile-ldflags.patch
@@ -0,0 +1,13 @@
+Index: 1.0-dev/src/Makefile
+===================================================================
+--- 1.0-dev.orig/src/Makefile 2007-06-29 21:16:15.000000000 +0100
++++ 1.0-dev/src/Makefile 2007-06-29 21:16:32.000000000 +0100
+@@ -36,7 +36,7 @@
+ endif
+ LIBOSD = $(OSD)/lib$(OSD).a
+
+-LIBSSL = -lssl -lcrypto
++LIBSSL = -lssl -lcrypto $(LDFLAGS)
+
+ all: osd userland $(SBINFILES)
+