3a933559be
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17136 3c298f89-4303-0410-b956-a3cf2f4a3e73
13 lines
357 B
Diff
13 lines
357 B
Diff
diff -pruN polarssl-0.12.0.orig/library/Makefile polarssl-0.12.0/library/Makefile
|
|
--- polarssl-0.12.0.orig/library/Makefile 2009-03-28 18:53:03.000000000 +0100
|
|
+++ polarssl-0.12.0/library/Makefile 2009-08-05 17:53:55.000000000 +0200
|
|
@@ -29,7 +29,7 @@ OBJS= aes.o arc4.o base64.o \
|
|
|
|
.SILENT:
|
|
|
|
-all: static
|
|
+all: static shared
|
|
|
|
static: libpolarssl.a
|
|
|