diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-03-13 22:11:27 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-03-13 22:11:27 +0000 |
commit | e620bdac3e56250e9df991499d1451e5abd2502e (patch) | |
tree | b33165e7363411342f36d483a018ad9c24f507c0 /libs/nixio/Makefile | |
parent | 785f71ebaf33052e04128c1beca4125bf576cca5 (diff) |
libs/nixio: disable TLS implementation by default, fixes host builds on Ubuntu 11.x
Diffstat (limited to 'libs/nixio/Makefile')
-rw-r--r-- | libs/nixio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/nixio/Makefile b/libs/nixio/Makefile index fd2e06afc..994892972 100644 --- a/libs/nixio/Makefile +++ b/libs/nixio/Makefile @@ -9,7 +9,7 @@ endif AXTLS_VERSION = 1.2.1 AXTLS_DIR = axTLS 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_SO = nixio.so NIXIO_LDFLAGS = |