diff options
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 |
commit | efdf30be0d410f6fdc429239315786f4f20449c4 (patch) | |
tree | a06b4fd3dd5b68fca2530a593b835a4bfc8da56e /network/aMule | |
parent | 24b35328407055fcd764914a77cba70873e6c507 (diff) |
network/aMule: Fix freeze problems.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/aMule')
-rw-r--r-- | network/aMule/README | 2 | ||||
-rw-r--r-- | network/aMule/aMule.SlackBuild | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/network/aMule/README b/network/aMule/README index 86003b568a8a..3d53719c183e 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 fd332b505a59..b910674f1851 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 \ |