mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
docs
This commit is contained in:
parent
b67b370dba
commit
4d071081bb
1 changed files with 2 additions and 10 deletions
|
@ -14,16 +14,8 @@ DESTDIR?=
|
||||||
|
|
||||||
include objects.mk
|
include objects.mk
|
||||||
|
|
||||||
# Used to auto-detect these and use them if dev headers were present, but stopped
|
# Use bundled http-parser since distribution versions are NOT API-stable or compatible!
|
||||||
# since it caused too many damn problems. The http-parser library in particular
|
# Trying to use dynamically linked libhttp-parser causes tons of compatibility problems.
|
||||||
# is basically broken between versions. Fark the Debian policies about including
|
|
||||||
# libraries. It's better if things work.
|
|
||||||
#ifeq ($(wildcard /usr/include/http_parser.h),)
|
|
||||||
# OBJS+=ext/http-parser/http_parser.o
|
|
||||||
#else
|
|
||||||
# LDLIBS+=-lhttp_parser
|
|
||||||
# DEFS+=-DZT_USE_SYSTEM_HTTP_PARSER
|
|
||||||
#endif
|
|
||||||
OBJS+=ext/http-parser/http_parser.o
|
OBJS+=ext/http-parser/http_parser.o
|
||||||
|
|
||||||
# Auto-detect miniupnpc and nat-pmp as well and use system libs if present,
|
# Auto-detect miniupnpc and nat-pmp as well and use system libs if present,
|
||||||
|
|
Loading…
Add table
Reference in a new issue