Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
92632169
Commit
92632169
authored
3 years ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
testing/amule: fix build with gcc11
parent
a2a6b4dc
No related branches found
No related tags found
1 merge request
!30455
testing/amule: rebuild against libupnp.so.17
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/amule/APKBUILD
+7
-2
7 additions, 2 deletions
testing/amule/APKBUILD
testing/amule/fix-gcc11-include.patch
+10
-0
10 additions, 0 deletions
testing/amule/fix-gcc11-include.patch
with
17 additions
and
2 deletions
testing/amule/APKBUILD
+
7
−
2
View file @
92632169
...
...
@@ -12,7 +12,9 @@ makedepends="bison boost-dev crypto++-dev gd-dev geoip-dev libsm-dev libupnp-dev
wxgtk3-dev"
options
=
"!check"
# unexpected end of file
subpackages
=
"
$pkgname
-lang
$pkgname
-doc"
source
=
"
$_pkgname
-
$pkgver
.tar.xz::https://downloads.sourceforge.net/project/amule/aMule/2.3.3/aMule-
$pkgver
.tar.xz"
source
=
"
$_pkgname
-
$pkgver
.tar.xz::https://downloads.sourceforge.net/project/amule/aMule/2.3.3/aMule-
$pkgver
.tar.xz
fix-gcc11-include.patch
"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
...
...
@@ -49,4 +51,7 @@ package() {
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"a5a80c5ddd1e107d92070c1d8e232c2762c4c54791abc067c739eef7c690062ed164dd7733808f80c762719261162aeb3d602308964dda2670a0bb059d87b74e aMule-2.3.3.tar.xz"
sha512sums
=
"
a5a80c5ddd1e107d92070c1d8e232c2762c4c54791abc067c739eef7c690062ed164dd7733808f80c762719261162aeb3d602308964dda2670a0bb059d87b74e aMule-2.3.3.tar.xz
ce5e35ad33a188358dc311df06a2357dba52b5905f345dcba0fb44337ee1a1314579e918cb4e0cc60818a39d5c4678321262e9d6b1e17fe800fda55a5def1976 fix-gcc11-include.patch
"
This diff is collapsed.
Click to expand it.
testing/amule/fix-gcc11-include.patch
0 → 100644
+
10
−
0
View file @
92632169
--- a/src/libs/common/MuleDebug.cpp
+++ b/src/libs/common/MuleDebug.cpp
@@ -24,6 +24,7 @@
//
#include <cstdlib> // Needed for std::abort()
+#include <exception>
#include "config.h" // Needed for HAVE_CXXABI and HAVE_EXECINFO
This diff is collapsed.
Click to expand it.
Patrycja Rosa
@ptrcnull
mentioned in merge request
!30398 (closed)
·
3 years ago
mentioned in merge request
!30398 (closed)
mentioned in merge request !30398
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment