summaryrefslogtreecommitdiffstats
path: root/recipes/aircrack/files/makefile-ldflags.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/aircrack/files/makefile-ldflags.patch')
-rw-r--r--recipes/aircrack/files/makefile-ldflags.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/aircrack/files/makefile-ldflags.patch b/recipes/aircrack/files/makefile-ldflags.patch
new file mode 100644
index 0000000000..da2a0afaf1
--- /dev/null
+++ b/recipes/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)
+