rblibtorrent, deluge: broken for ages, moved to abandoned github feed
[packages.git] / libs / rblibtorrent / patches / enable-shared-linking.patch
diff --git a/libs/rblibtorrent/patches/enable-shared-linking.patch b/libs/rblibtorrent/patches/enable-shared-linking.patch
deleted file mode 100644 (file)
index dec80cc..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- libtorrent-rasterbar-0.14.7/bindings/python/Makefile.in    2009-11-18 09:25:39.000000000 +0100
-+++ libtorrent-rasterbar-0.14.7/bindings/python/Makefile.in    2010-02-26 13:27:58.000000000 +0100
-@@ -408,7 +408,7 @@
- @ENABLE_PYTHON_BINDING_TRUE@all-local:
--@ENABLE_PYTHON_BINDING_TRUE@  $(PYTHON) setup.py build
-+@ENABLE_PYTHON_BINDING_TRUE@  CXX="$(CXX) -pthread -shared" $(PYTHON) setup.py build
- @ENABLE_PYTHON_BINDING_TRUE@install-exec-local:
- @ENABLE_PYTHON_BINDING_TRUE@  $(PYTHON) setup.py install @PYTHON_INSTALL_PARAMS@