diff options
author | Mike Baker <mbm@openwrt.org> | 2004-08-27 23:20:34 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2004-08-27 23:20:34 +0000 |
commit | 2d82dfcc2accf8b44accb5df42d1c2e1a06e1fde (patch) | |
tree | 88af494794d9bb901fe8ae508ce8d3dc0fcba995 /obsolete-buildroot/sources/openwrt/patches/matrixssl/matrixssl-1.2.1-examples_fix.patch | |
parent | ee38b5b38d1cff134104c1e848d9a596b5209f0a (diff) | |
download | mtk-20170518-2d82dfcc2accf8b44accb5df42d1c2e1a06e1fde.zip mtk-20170518-2d82dfcc2accf8b44accb5df42d1c2e1a06e1fde.tar.gz mtk-20170518-2d82dfcc2accf8b44accb5df42d1c2e1a06e1fde.tar.bz2 |
buildroot-20040827-matrixssl.patch.txt buildroot-20040827-ntpclient.patch.txt buildroot-20040827-radvd.patch.txt buildroot-20040827-strace.patch.txt
SVN-Revision: 152
Diffstat (limited to 'obsolete-buildroot/sources/openwrt/patches/matrixssl/matrixssl-1.2.1-examples_fix.patch')
-rw-r--r-- | obsolete-buildroot/sources/openwrt/patches/matrixssl/matrixssl-1.2.1-examples_fix.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/obsolete-buildroot/sources/openwrt/patches/matrixssl/matrixssl-1.2.1-examples_fix.patch b/obsolete-buildroot/sources/openwrt/patches/matrixssl/matrixssl-1.2.1-examples_fix.patch new file mode 100644 index 0000000..e9980d6 --- /dev/null +++ b/obsolete-buildroot/sources/openwrt/patches/matrixssl/matrixssl-1.2.1-examples_fix.patch @@ -0,0 +1,12 @@ +diff -ruN matrixssl-1.2.1-old/examples/Makefile matrixssl-1.2.1-new/examples/Makefile +--- matrixssl-1.2.1-old/examples/Makefile 2004-06-05 00:45:21.000000000 +0200 ++++ matrixssl-1.2.1-new/examples/Makefile 2004-08-19 04:01:29.000000000 +0200 +@@ -34,7 +34,7 @@ + # Compile options + # + CFLAGS = $(DFLAGS) -DLINUX +-LDFLAGS = -lc ++LDFLAGS = -lc -lpthread + + # + # Override variables for compilation on Mac OS X (Darwin) |