14 lines
496 B
Plaintext
14 lines
496 B
Plaintext
$NetBSD: patch-src_Makefile.in,v 1.3 2013/09/18 16:32:05 joerg Exp $
|
|
|
|
--- src/Makefile.in.orig 2012-04-20 06:56:14.000000000 +0000
|
|
+++ src/Makefile.in
|
|
@@ -309,7 +309,7 @@ SUBDIRS = \
|
|
utils
|
|
|
|
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 \
|