diff options
author | adam <adam@pkgsrc.org> | 2005-08-09 12:26:08 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-08-09 12:26:08 +0000 |
commit | 025061bd2782339edc57cd3c3abdaaf223213122 (patch) | |
tree | 0337377e5c65c7b51336051b493e86751ce1bbe6 /net | |
parent | 20a73f15fa277e53eea868bbb4d455bd6e44efb8 (diff) | |
download | pkgsrc-025061bd2782339edc57cd3c3abdaaf223213122.tar.gz |
Disable debugging information, or the library is too big
Diffstat (limited to 'net')
-rw-r--r-- | net/libtorrent/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/libtorrent/Makefile b/net/libtorrent/Makefile index f74c14dcf32..0654be7d2fb 100644 --- a/net/libtorrent/Makefile +++ b/net/libtorrent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/08/08 08:38:49 adam Exp $ +# $NetBSD: Makefile,v 1.3 2005/08/09 12:26:08 adam Exp $ DISTNAME= libtorrent-0.7.0-1 PKGNAME= libtorrent-0.7.0.1 @@ -12,6 +12,7 @@ COMMENT= BitTorrent library written in C++ for *nix USE_LIBTOOL= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --disable-debug CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl} .include "../../devel/libsigc++2/buildlink3.mk" |