fix svn patch breakage in glib
[openwrt/svn-archive/archive.git] / obsolete-buildroot / sources / openwrt / patches / matrixssl / matrixssl-1.2.1-examples_fix.patch
1 diff -ruN matrixssl-1.2.1-old/examples/Makefile matrixssl-1.2.1-new/examples/Makefile
2 --- matrixssl-1.2.1-old/examples/Makefile 2004-06-05 00:45:21.000000000 +0200
3 +++ matrixssl-1.2.1-new/examples/Makefile 2004-08-19 04:01:29.000000000 +0200
4 @@ -34,7 +34,7 @@
5 # Compile options
6 #
7 CFLAGS = $(DFLAGS) -DLINUX
8 -LDFLAGS = -lc
9 +LDFLAGS = -lc -lpthread
10
11 #
12 # Override variables for compilation on Mac OS X (Darwin)