pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/libtorrent Disable debugging information, or the l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a89387386134
branches:  trunk
changeset: 497978:a89387386134
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Aug 09 12:26:08 2005 +0000

description:
Disable debugging information, or the library is too big

diffstat:

 net/libtorrent/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7282af5db69e -r a89387386134 net/libtorrent/Makefile
--- a/net/libtorrent/Makefile   Tue Aug 09 09:01:08 2005 +0000
+++ b/net/libtorrent/Makefile   Tue Aug 09 12:26:08 2005 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index