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
87e5ea0b
Commit
87e5ea0b
authored
7 months ago
by
mio
Committed by
omni
7 months ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/3proxy: fix build with gcc 14
parent
a6a01054
No related branches found
No related tags found
1 merge request
!72699
testing/3proxy: fix build with gcc 14
Pipeline
#261795
skipped
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/3proxy/APKBUILD
+4
-2
4 additions, 2 deletions
testing/3proxy/APKBUILD
testing/3proxy/gcc14.patch
+1009
-0
1009 additions, 0 deletions
testing/3proxy/gcc14.patch
with
1013 additions
and
2 deletions
testing/3proxy/APKBUILD
+
4
−
2
View file @
87e5ea0b
...
...
@@ -2,7 +2,7 @@
# Maintainer:
pkgname
=
3proxy
pkgver
=
0.9.4
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Really tiny cross-platform proxy servers set"
url
=
"https://3proxy.ru"
arch
=
"all"
...
...
@@ -14,6 +14,7 @@ makedepends="linux-headers"
install
=
"3proxy.pre-install"
subpackages
=
"
$pkgname
-doc
$pkgname
-openrc"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/3proxy/3proxy/archive/
$pkgver
.tar.gz
gcc14.patch
$pkgname
.initd
"
...
...
@@ -25,7 +26,7 @@ package() {
make
-f
Makefile.Linux
DESTDIR
=
"
$pkgdir
"
prefix
=
"/usr"
install
install
-Dm755
"
$srcdir
"
/3proxy.initd
"
$pkgdir
"
/etc/init.d/3proxy
mv
"
$pkgdir
"
/usr/local/3proxy/libexec/
*
.so
"
$pkgdir
"
/usr/lib/
rm
-rf
"
$pkgdir
"
/usr/local
rm
-rf
"
$
{
pkgdir
:?
}
"
/usr/local
chown
-R
3proxy:3proxy
"
$pkgdir
"
/etc/3proxy
install
-Dm644
copying
"
$pkgdir
"
/usr/share/licenses/
$pkgname
/COPYING
...
...
@@ -33,5 +34,6 @@ package() {
sha512sums
=
"
d3316f6ee1217e580ce593a7bfd9d76672487a89862f247373b0acf3ea207887c758168e33b25db9fc974063deab0826c20d455cab2536d03eee49d8bddda6b5 3proxy-0.9.4.tar.gz
5ad637d140ce27a5334df39ae8c849ef054a24fd8165174104efa964786f985606cd0e0ce60b4daaf9dcc4fb34e192645ff7540eaa43ce890fcdbe81c8063e1d gcc14.patch
043fa5784623e29961ae92f5370598d420e55da6d04f6421b585ac050694982765d6b57ee0276a10738bc8ad0e49ddc4edf6ef288bb9c68e7da11b572066688e 3proxy.initd
"
This diff is collapsed.
Click to expand it.
testing/3proxy/gcc14.patch
0 → 100644
+
1009
−
0
View file @
87e5ea0b
This diff is collapsed.
Click to expand it.
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