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
be4601f0
Commit
be4601f0
authored
7 months ago
by
rubicon
Browse files
Options
Downloads
Patches
Plain Diff
community/es-shell: fix build with gcc14
parent
40b6961c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!70243
community/es-shell: fix build with gcc14
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/es-shell/APKBUILD
+2
-2
2 additions, 2 deletions
community/es-shell/APKBUILD
community/es-shell/configure.ac.patch
+10
-0
10 additions, 0 deletions
community/es-shell/configure.ac.patch
with
12 additions
and
2 deletions
community/es-shell/APKBUILD
+
2
−
2
View file @
be4601f0
...
...
@@ -3,7 +3,7 @@
pkgname
=
es-shell
pkgver
=
0.9.2_git20220315
_gitrev
=
0993c96404973c70888696c23a9d7cb016871fd0
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Shell with higher-order functions"
url
=
"https://wryun.github.io/es-shell/"
arch
=
"all !ppc64le"
# error: expected expression at end of input
...
...
@@ -48,5 +48,5 @@ package() {
sha512sums
=
"
20c92cc99669c2cc5ea9767545e1c749d38143d166e3e5b4b1940b8c551bc65d012bd47aa60dc8e97697c693e31ba462f0d08fc38df52adb64e76c62fc3ccc04 es-shell-0.9.2_git20220315.tar.gz
3
c6a022097b9d269beef43a8cba6319c34c8711bdf67e7d24069c22a9e2924723a15eaf592a7cb7e714c4b882d2e6395673fa12e88cc7af71561d0c35b074e87
configure.ac.patch
3
d51fdfa2ea196d3e6b1dff79b1efadb5254566942ea61dba4a9792aae417c0ca05d1681a334a2c81ee674e8f63971dd6e7bcdbe56e6fa41fe7d7081928f578b
configure.ac.patch
"
This diff is collapsed.
Click to expand it.
community/es-shell/configure.ac.patch
+
10
−
0
View file @
be4601f0
...
...
@@ -16,3 +16,13 @@
AC_FUNC_MMAP
AC_FUNC_WAIT3
@@ -103,7 +111,9 @@
char *foov[] = { "-a", "-bfoo", "bar" };
int fooc = (sizeof(foov) / sizeof(foov[0]));
+_Noreturn void exit (int);
int getenv() { return *foo; }
+int getopt(int, char * const [], const char *);
int main() { while (-1 != getopt(fooc, foov, "ab:")); exit(0); }
changequote([,])
]])],[es_cv_abused_getenv=no],[es_cv_abused_getenv=yes
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