Config.mak for BSD make
FossilOrigin-Name: e33ac54dbbef3a73e80a81880751ad093270f70f2bd20239e17a151e07dd7a0b
This commit is contained in:
parent
cefec68c4d
commit
1b0bc5b6e2
@ -1,8 +1,16 @@
|
|||||||
#
|
#
|
||||||
# OpenSSL definitions
|
# OpenSSL definitions
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
OPENSSL_VERSION=openssl-1.0.1i
|
OPENSSL_VERSION=openssl-1.0.1i
|
||||||
USE_CONTRIB_OPENSSL=1
|
OPENSSL_LIBS=../contrib/${OPENSSL_VERSION}/libssl.a ../contrib/${OPENSSL_VERSION}/libcrypto.a -ldl
|
||||||
|
OPENSSL_CFLAGS=../contrib/${OPENSSL_VERSION}/include/
|
||||||
|
|
||||||
|
#OPENSSL_CFLAGS=
|
||||||
|
#OPENSSL_LIBS=-lssl -lcrypto #-ldl
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# GnuTLS definitions
|
# GnuTLS definitions
|
||||||
# GNUTLS_VERSION=3.3.9
|
# GNUTLS_VERSION=3.3.9
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
include ../Config.mak
|
||||||
|
|
||||||
OBJS = \
|
OBJS = \
|
||||||
wtplist.o wtpman.o conf.o ac_main.o \
|
wtplist.o wtpman.o conf.o ac_main.o \
|
||||||
@ -20,6 +21,8 @@ LIBS+=-lpthread
|
|||||||
LIBS+=-lconfuse
|
LIBS+=-lconfuse
|
||||||
LIBS+=-lsqlite3
|
LIBS+=-lsqlite3
|
||||||
LIBS+=-lc
|
LIBS+=-lc
|
||||||
|
LIBS+=$(OPENSSL_LIBS)
|
||||||
|
|
||||||
|
|
||||||
INCL_DIRS=-I../ -I/usr/local/include -I./
|
INCL_DIRS=-I../ -I/usr/local/include -I./
|
||||||
#FLAGS=-DWITH_IPV6 -DWITH_OPENSSL -DSYS_ARCH="$(ARCH)" -DSYS_ARCH="XXX"
|
#FLAGS=-DWITH_IPV6 -DWITH_OPENSSL -DSYS_ARCH="$(ARCH)" -DSYS_ARCH="XXX"
|
||||||
|
Loading…
Reference in New Issue
Block a user