~alpine/aports

testing/amule: use boost, fixes frequent crashing v1 APPLIED

Paul Bredbury: 1
 testing/amule: use boost, fixes frequent crashing

 1 files changed, 4 insertions(+), 3 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/747/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] testing/amule: use boost, fixes frequent crashing Export this patch

---
 testing/amule/APKBUILD | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/testing/amule/APKBUILD b/testing/amule/APKBUILD
index 60e8890ec8..37fb536a3c 100644
--- a/testing/amule/APKBUILD
+++ b/testing/amule/APKBUILD
@@ -3,12 +3,12 @@
pkgname=amule
_commit=21c3aa111bc8ff04c876494054580a7ccaa6a3a4
pkgver=11015
pkgrel=0
pkgrel=1
pkgdesc="An eMule-like client for the eD2k and Kademlia networks"
url="http://www.amule.org"
arch="all"
license="GPL-2.0-or-later"
makedepends="bison crypto++-dev gd-dev geoip-dev libsm-dev libupnp-dev wxgtk-dev"
makedepends="bison boost-dev crypto++-dev gd-dev geoip-dev libsm-dev libupnp-dev wxgtk-dev"
subpackages="$pkgname-lang $pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://repo.or.cz/amule.git/snapshot/$_commit.tar.gz"

@@ -32,7 +32,8 @@ build() {
		--enable-geoip \
		--enable-upnp \
		--enable-ccache \
		--disable-debug
		--disable-debug \
		--with-boost
	make
}

-- 
2.22.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---