Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 295474 | Differences between
and this patch

Collapse All | Expand All

(-)a/bindings/python/setup.py.in (-1 / +1 lines)
Lines 62-68 if "OPT" in config_vars and "-Wstrict-prototypes" in config_vars["OPT"]: Link Here
62
source_list = os.listdir(os.path.join(os.path.dirname(__file__), "src"))
62
source_list = os.listdir(os.path.join(os.path.dirname(__file__), "src"))
63
source_list = [os.path.join("src", s) for s in source_list if s.endswith(".cpp")]
63
source_list = [os.path.join("src", s) for s in source_list if s.endswith(".cpp")]
64
64
65
extra_cmd = '@COMPILETIME_OPTIONS@ @CPPFLAGS@ @LIBS@ @BOOST_FILESYSTEM_LIB@ @BOOST_THREAD_LIB@ @PTHREAD_LIBS@ @SSL_LIBS@ @BOOST_SYSTEM_LIB@ @SSL_LDFLAGS@ @SSL_CXXFLAGS@'
65
extra_cmd = '@COMPILETIME_OPTIONS@ @CPPFLAGS@ @LIBS@ @BOOST_LDFLAGS@ @BOOST_FILESYSTEM_LIB@ @BOOST_THREAD_LIB@ @PTHREAD_LIBS@ @SSL_LIBS@ @BOOST_SYSTEM_LIB@ @SSL_LDFLAGS@ @SSL_CXXFLAGS@'
66
66
67
setup( name='python-libtorrent',
67
setup( name='python-libtorrent',
68
	version='@PACKAGE_VERSION@',
68
	version='@PACKAGE_VERSION@',
(-)a/src/Makefile.am (-1 / +1 lines)
Lines 108-114 $(top_srcdir)/include/libtorrent/variant_stream.hpp \ Link Here
108
$(top_srcdir)/include/libtorrent/version.hpp
108
$(top_srcdir)/include/libtorrent/version.hpp
109
109
110
110
111
libtorrent_rasterbar_la_LDFLAGS = $(LDFLAGS) -version-info $(INTERFACE_VERSION_INFO)
111
libtorrent_rasterbar_la_LDFLAGS = $(LDFLAGS) -version-info $(INTERFACE_VERSION_INFO) @BOOST_LDFLAGS@
112
libtorrent_rasterbar_la_LIBADD = @ZLIB@ @BOOST_SYSTEM_LIB@ @BOOST_FILESYSTEM_LIB@ @BOOST_THREAD_LIB@ @PTHREAD_LIBS@ @SSL_LIBS@
112
libtorrent_rasterbar_la_LIBADD = @ZLIB@ @BOOST_SYSTEM_LIB@ @BOOST_FILESYSTEM_LIB@ @BOOST_THREAD_LIB@ @PTHREAD_LIBS@ @SSL_LIBS@
113
113
114
AM_CXXFLAGS= -ftemplate-depth-100 -I$(top_srcdir)/include -I$(top_srcdir)/include/libtorrent @ZLIBINCL@ @DEBUGFLAGS@ @PTHREAD_CFLAGS@ -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION @SSL_CXXFLAGS@
114
AM_CXXFLAGS= -ftemplate-depth-100 -I$(top_srcdir)/include -I$(top_srcdir)/include/libtorrent @ZLIBINCL@ @DEBUGFLAGS@ @PTHREAD_CFLAGS@ -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION @SSL_CXXFLAGS@

Return to bug 295474