[Pkg-amule-commits] [amule] 09/13: Use Boost.Asio networking instead of WX networking

Sandro Tosi morph at moszumanska.debian.org
Sun Nov 29 12:37:17 UTC 2015


This is an automated email from the git hooks/post-receive script.

morph pushed a commit to branch master
in repository amule.

commit 95c3e86c48e8ee8ef42219c4b6f90aa38338dbd5
Author: Sandro Tosi <morph at debian.org>
Date:   Sun Nov 29 12:00:15 2015 +0000

    Use Boost.Asio networking instead of WX networking
---
 debian/control | 2 ++
 debian/rules   | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index c93e11e..c078a17 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,8 @@ Build-Depends:
  autopoint,
  debhelper (>= 7),
 ##
+ libboost-dev,
+ libboost-system-dev,
  libcrypto++-dev,
  libgd2-dev,
  libgeoip-dev,
diff --git a/debian/rules b/debian/rules
index 0d1ba72..7895bc8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ confflags = --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/s
 	    --enable-amule-daemon --enable-amulecmd --enable-ed2k --enable-webserver	\
 	    --enable-amule-gui --enable-cas --enable-wxcas --enable-alc --enable-alcc	\
 	    --enable-plasmamule --disable-embedded-crypto --enable-geoip --enable-upnp	\
-	    --with-denoise-level=0
+	    --with-denoise-level=0 --with-boost
 
 DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
@@ -39,6 +39,8 @@ CXXFLAGS = `dpkg-buildflags --get CXXFLAGS`
 LDFLAGS_DEF += `dpkg-buildflags --get LDFLAGS`
 CPPFLAGS_DEF = `dpkg-buildflags --get CPPFLAGS`
 
+CPPFLAGS_DEF += -DASIO_SOCKETS=1
+
 ###
 
 configure:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-amule/amule.git



More information about the Pkg-amule-commits mailing list