Files
pkgsrc-ng/net/libtorrent/patches/patch-src_Makefile.am
2014-11-05 12:41:07 +01:00

14 lines
488 B
Plaintext

$NetBSD: patch-src_Makefile.am,v 1.3 2013/09/18 16:32:05 joerg Exp $
--- src/Makefile.am.orig 2012-02-14 03:39:45.000000000 +0000
+++ src/Makefile.am
@@ -10,7 +10,7 @@ SUBDIRS = \
lib_LTLIBRARIES = libtorrent.la
-libtorrent_la_LDFLAGS = -version-info $(LIBTORRENT_INTERFACE_VERSION_INFO)
+libtorrent_la_LDFLAGS = -version-info $(LIBTORRENT_INTERFACE_VERSION_INFO) -no-undefined -lcrypto
libtorrent_la_LIBADD = \
torrent/libsub_torrent.la \
torrent/data/libsub_torrentdata.la \