libcapwap can be compiled w/o openssl
FossilOrigin-Name: 35e5f3fa0b4706ac68d48e11bbe7e6168a61d5dd6836c96ba5532c5b3c92511c
This commit is contained in:
@ -1,8 +1,20 @@
|
||||
#
|
||||
|
||||
#SSL settings
|
||||
SSL_LIBRARY=OPENSSL
|
||||
USE_CONTRIB_OPENSSL=1
|
||||
|
||||
# C compiler settings
|
||||
CC=clang
|
||||
|
||||
|
||||
CFLAGS += -I/usr/include/libnl3
|
||||
CFLAGS += -I../contrib/uci
|
||||
LDFLAGS += -L../contrib/uci/build
|
||||
LDFLAGS += -L../contrib/libubox/build
|
||||
|
||||
|
||||
|
||||
CONF_LIBRARY=UCI
|
||||
USE_CONTRIB_UCI=0
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user