5bc46dd7a7
A list of changes is not available unfortunately. But the update seems to prevent crashes with a message like this one: rtorrent: Read past initial payload after incoming encrypted handshake
16 lines
482 B
Makefile
16 lines
482 B
Makefile
# $NetBSD: buildlink3.mk,v 1.22 2014/06/15 22:44:15 tron Exp $
|
|
|
|
BUILDLINK_TREE+= libtorrent
|
|
|
|
.if !defined(LIBTORRENT_BUILDLINK3_MK)
|
|
LIBTORRENT_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libtorrent+= libtorrent>=0.13.4
|
|
BUILDLINK_ABI_DEPENDS.libtorrent+= libtorrent>=0.13.4
|
|
BUILDLINK_PKGSRCDIR.libtorrent?= ../../net/libtorrent
|
|
|
|
.include "../../devel/libsigc++/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.endif # LIBTORRENT_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libtorrent
|