- Assume maintainership Changes: https://raw.github.com/polarssl/polarssl/fb1ba781b398d39f4444515381babcc9e5a8dcd2/ChangeLog Feature safe: yes
25 lines
405 B
Text
25 lines
405 B
Text
--- library/Makefile.orig 2012-11-26 19:20:30.821850410 +0000
|
|
+++ library/Makefile 2012-11-26 19:21:01.534380354 +0000
|
|
@@ -18,9 +18,7 @@
|
|
# CFLAGS += -D_BSD_EXTENSION
|
|
|
|
# To compile as a shared library:
|
|
-ifdef SHARED
|
|
CFLAGS += -fPIC
|
|
-endif
|
|
|
|
SONAME=libpolarssl.so.0
|
|
|
|
@@ -53,11 +51,7 @@
|
|
|
|
.SILENT:
|
|
|
|
-ifndef SHARED
|
|
-all: static
|
|
-else
|
|
-all: shared
|
|
-endif
|
|
+all: shared static
|
|
|
|
static: libpolarssl.a
|
|
|