From 3146e1b1ed1211bc10ed57e113446c66d77c5673 Mon Sep 17 00:00:00 2001 From: kevlo Date: Thu, 7 Sep 2000 13:17:55 +0000 Subject: Add --enable-lzo, thanks rse@ --- net/vtun/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net/vtun') diff --git a/net/vtun/Makefile b/net/vtun/Makefile index cdd86facaa0b..565c8b8a9b05 100644 --- a/net/vtun/Makefile +++ b/net/vtun/Makefile @@ -25,7 +25,8 @@ CONFIGURE_ARGS+=--localstatedir=/var \ --with-ssl-headers=${LOCALBASE}/include/openssl \ --with-ssl-lib=${LOCALBASE}/lib \ --with-lzo-headers=${LOCALBASE}/include \ - --with-lzo-lib=${LOCALBASE}/lib + --with-lzo-lib=${LOCALBASE}/lib \ + --enable-lzo ALL_TARGET= vtund -- cgit