mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-27 06:35:22 +00:00
- Added SHARED define for building with -fPIC
This commit is contained in:
parent
f6bdf8d86c
commit
644db3893a
@ -18,7 +18,9 @@ endif
|
||||
# CFLAGS += -D_BSD_EXTENSION
|
||||
|
||||
# To compile as a shared library:
|
||||
# CFLAGS += -fPIC
|
||||
ifdef SHARED
|
||||
CFLAGS += -fPIC
|
||||
endif
|
||||
|
||||
SONAME=libpolarssl.so.0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user