Bug#932898: dhtnode: Please enable proxy support in build

2020-11-07 Thread Petter Reinholdtsen
Dear Maintainer,

Did you find time to look at this patch to enable proxy support in the
Debian package?

-- 
Happy hacking
Petter Reinholdtsen



Bug#932898: dhtnode: Please enable proxy support in build

2019-07-24 Thread Petter Reinholdtsen


Control: tags -1 + patch

I suspect this change to the build rules will solve this.

diff --git a/debian/rules b/debian/rules
index 2ed5f25..81f0450 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,7 @@ include /usr/share/dpkg/buildflags.mk
 CONFIGURE_FLAGS += -DOPENDHT_STATIC=ON
 CONFIGURE_FLAGS += -DOPENDHT_SHARED=OFF
 CONFIGURE_FLAGS += -DCMAKE_POSITION_INDEPENDENT_CODE=ON
+CONFIGURE_FLAGS += -DOPENDHT_PROXY_SERVER=ON
 
 %:
dh $@ --with=systemd


--
Happy hacking
Petter Reinholdtsen



Bug#932898: dhtnode: Please enable proxy support in build

2019-07-24 Thread Petter Reinholdtsen


Package: dhtnode
Version: 1.6.0-1

To be able to run ones own DHT proxy instead of the central one, for use
on networks where some UDP ports are blocked, it would be nice to be
able to use the Debian dhtnode program in proxy mode.  But this fail:

  % dhtnode -b bootstrap.jami.net --proxyserver 8000
  DHT proxy server requested but OpenDHT built without proxy server support.
  %

Please build the package with proxy server support.

-- 
Happy hacking
Petter Reinholdtsen