libs/nixio: disable TLS implementation by default, fixes host builds on Ubuntu 11.x
This commit is contained in:
parent
785f71ebaf
commit
e620bdac3e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ endif
|
||||||
AXTLS_VERSION = 1.2.1
|
AXTLS_VERSION = 1.2.1
|
||||||
AXTLS_DIR = axTLS
|
AXTLS_DIR = axTLS
|
||||||
AXTLS_FILE = $(AXTLS_DIR)-$(AXTLS_VERSION).tar.gz
|
AXTLS_FILE = $(AXTLS_DIR)-$(AXTLS_VERSION).tar.gz
|
||||||
NIXIO_TLS ?= openssl
|
#NIXIO_TLS ?= openssl
|
||||||
NIXIO_SHADOW ?= $(shell echo 'int main(void){ return !getspnam("root"); }' | $(CC) -include shadow.h -xc -o/dev/null - 2>/dev/null && echo yes)
|
NIXIO_SHADOW ?= $(shell echo 'int main(void){ return !getspnam("root"); }' | $(CC) -include shadow.h -xc -o/dev/null - 2>/dev/null && echo yes)
|
||||||
NIXIO_SO = nixio.so
|
NIXIO_SO = nixio.so
|
||||||
NIXIO_LDFLAGS =
|
NIXIO_LDFLAGS =
|
||||||
|
|
Loading…
Reference in a new issue