aircrack_svn.bb : forgotten patch
authorGraeme Gregory <dp@xora.org.uk>
Fri, 29 Jun 2007 20:28:18 +0000 (20:28 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Fri, 29 Jun 2007 20:28:18 +0000 (20:28 +0000)
packages/aircrack/files/makefile-ldflags.patch [new file with mode: 0644]

diff --git a/packages/aircrack/files/makefile-ldflags.patch b/packages/aircrack/files/makefile-ldflags.patch
new file mode 100644 (file)
index 0000000..da2a0af
--- /dev/null
@@ -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)