From: Graeme Gregory Date: Fri, 29 Jun 2007 20:28:18 +0000 (+0000) Subject: aircrack_svn.bb : forgotten patch X-Git-Tag: Release-2010-05/1~8868^2~285^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58c697a9e3e5d71c2ccb553d5623d72c57a15263;p=openembedded.git aircrack_svn.bb : forgotten patch --- 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) +