From 3820a77d14514b8a1c5ac020616944667bd839da Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 20 Aug 2013 19:00:48 +0200 Subject: add polarssl fixes --- package/polarssl/patches/patch-library_Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'package/polarssl') diff --git a/package/polarssl/patches/patch-library_Makefile b/package/polarssl/patches/patch-library_Makefile index 84cc856c4..edb0791b7 100644 --- a/package/polarssl/patches/patch-library_Makefile +++ b/package/polarssl/patches/patch-library_Makefile @@ -1,5 +1,5 @@ --- polarssl-1.2.8.orig/library/Makefile 2013-06-21 15:11:10.000000000 +0200 -+++ polarssl-1.2.8/library/Makefile 2013-08-15 16:12:05.261471968 +0200 ++++ polarssl-1.2.8/library/Makefile 2013-08-20 18:32:08.885495858 +0200 @@ -18,9 +18,7 @@ endif # CFLAGS += -D_BSD_EXTENSION @@ -10,7 +10,7 @@ SONAME=libpolarssl.so.0 -@@ -51,26 +49,17 @@ OBJS= aes.o arc4.o asn1parse.o \ +@@ -51,27 +49,19 @@ OBJS= aes.o arc4.o asn1parse.o \ ssl_tls.o timing.o version.o \ x509parse.o x509write.o xtea.o @@ -36,9 +36,11 @@ libpolarssl.so: libpolarssl.a - echo " LD $@" $(CC) ${LDFLAGS} -shared -Wl,-soname,$(SONAME) -o $@ $(OBJS) ++ ln -sf $@ $(SONAME) libpolarssl.dylib: libpolarssl.a -@@ -82,7 +71,6 @@ libpolarssl.dll: libpolarssl.a + echo " LD $@" +@@ -82,7 +72,6 @@ libpolarssl.dll: libpolarssl.a $(CC) -shared -Wl,-soname,$@ -o $@ $(OBJS) -lws2_32 -lwinmm -lgdi32 .c.o: -- cgit v1.2.3