Don't pick up external liblzo, always use included one.

XXX  This might warrant reconsideration later on.
This commit is contained in:
naddy 2004-08-21 22:04:37 +00:00
parent 9a2186b1fc
commit 5a38025be8

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2004/05/08 06:43:40 sturm Exp $
# $OpenBSD: Makefile,v 1.4 2004/08/21 22:04:37 naddy Exp $
COMMENT= "GNU Transport Layer Security library"
@ -26,7 +26,8 @@ LIB_DEPENDS= gcrypt.12::security/libgcrypt \
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--with-included-libtasn1 \
--with-included-libcfg
--with-included-libcfg \
--with-included-lzo
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"