summaryrefslogtreecommitdiffstats
path: root/network/aMule
diff options
context:
space:
mode:
author Ozan Türkyılmaz <ozan.turkyilmaz@gmail.com>2022-02-25 13:39:20 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-25 13:39:20 +0700
commitefdf30be0d410f6fdc429239315786f4f20449c4 (patch)
treea06b4fd3dd5b68fca2530a593b835a4bfc8da56e /network/aMule
parent24b35328407055fcd764914a77cba70873e6c507 (diff)
downloadslackbuilds-efdf30be0d410f6fdc429239315786f4f20449c4.tar.gz
slackbuilds-efdf30be0d410f6fdc429239315786f4f20449c4.tar.xz
network/aMule: Fix freeze problems.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/aMule')
-rw-r--r--network/aMule/README2
-rw-r--r--network/aMule/aMule.SlackBuild1
2 files changed, 2 insertions, 1 deletions
diff --git a/network/aMule/README b/network/aMule/README
index 86003b568a..3d53719c18 100644
--- a/network/aMule/README
+++ b/network/aMule/README
@@ -3,7 +3,7 @@ wxWidgets class library. It was originally forked from the xMule project,
which in turn was forked from the lMule project. This is turn was the
first fork of eMule to run nativly on Linux and other Unix-like systems.
-libupnp-legacy is a optional dependency.
+libupnp is a optional dependency.
You can build optimal features of aMule with following variables;
diff --git a/network/aMule/aMule.SlackBuild b/network/aMule/aMule.SlackBuild
index fd332b505a..b910674f18 100644
--- a/network/aMule/aMule.SlackBuild
+++ b/network/aMule/aMule.SlackBuild
@@ -150,6 +150,7 @@ CXXFLAGS="$SLKCFLAGS -std=gnu++14" \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--with-wx-config=/usr/bin/wx-config \
--disable-debug \
+ --with-boost \
--$AMULE_GUI-amule-gui \
--$AMULE_DAEMON-amule-daemon \
--$AMULE_CMD-amulecmd \