projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
785f71e
)
libs/nixio: disable TLS implementation by default, fixes host builds on Ubuntu 11.x
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 13 Mar 2012 22:11:27 +0000
(22:11 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 13 Mar 2012 22:11:27 +0000
(22:11 +0000)
libs/nixio/Makefile
patch
|
blob
|
history
diff --git
a/libs/nixio/Makefile
b/libs/nixio/Makefile
index fd2e06afc8d30f6995889391a655468aabc8f474..994892972664cdd1e2be2725cd3f908843158c69 100644
(file)
--- 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 =