[packages] watchcat: small makefile fix
[openwrt/svn-archive/archive.git] / libs / polarssl / patches / 100-shared.patch
1 --- a/library/Makefile
2 +++ b/library/Makefile
3 @@ -29,7 +29,7 @@ OBJS= aes.o arc4.o base64.o \
4
5 .SILENT:
6
7 -all: static
8 +all: static shared
9
10 static: libpolarssl.a
11