openbsd-ports/net/libtorrent/patches/patch-test_Makefile_in
dcoppa e258a5bb66 Update to libtorrent-0.12.9 / rtorrent-0.8.9
I also take maintainership, as per naddy@'s request
2011-12-01 17:10:40 +00:00

16 lines
463 B
Plaintext

$OpenBSD: patch-test_Makefile_in,v 1.1 2011/12/01 17:10:40 dcoppa Exp $
Unbreak build
--- test/Makefile.in.orig Thu Oct 20 10:49:26 2011
+++ test/Makefile.in Thu Oct 20 10:49:36 2011
@@ -251,7 +251,7 @@ LibTorrentTest_SOURCES = \
main.cc
LibTorrentTest_CXXFLAGS = $(CPPUNIT_CFLAGS)
-LibTorrentTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl
+LibTorrentTest_LDFLAGS = $(CPPUNIT_LIBS) -pthread
INCLUDES = -I$(srcdir) -I$(top_srcdir) -I$(top_srcdir)/src
all: all-am