summaryrefslogtreecommitdiffstats
path: root/obsolete-buildroot/sources/openwrt/patches/matrixssl/matrixssl-1.2.1-examples_fix.patch
blob: e9980d66a0fa2466e76451f8086bf4323dcc7909 (plain)
1
2
3
4
5
6
7
8
9
10
11
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)