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
c86b43a7
Commit
c86b43a7
authored
3 years ago
by
Bart Ribbers
Committed by
Ariadne Conill
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/autoconf2.13: fix build on riscv64
parent
a8aa522d
Loading
Loading
1 merge request
!22193
community/*: fix some packages on riscv64
Pipeline
#84202
passed
3 years ago
Stage: lint
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/autoconf2.13/APKBUILD
+2
-4
2 additions, 4 deletions
community/autoconf2.13/APKBUILD
with
2 additions
and
4 deletions
community/autoconf2.13/APKBUILD
+
2
−
4
View file @
c86b43a7
...
...
@@ -8,7 +8,7 @@ license="GPL-2.0"
url
=
"https://www.gnu.org/software/autoconf"
depends
=
"m4 perl"
checkdepends
=
"dejagnu flex gfortran"
source
=
"https://ftp.gnu.org/pub/gnu/autoconf/autoconf-
$
{
pkgver
}
.tar.gz
source
=
"https://ftp.gnu.org/pub/gnu/autoconf/autoconf-
$pkgver
.tar.gz
getloadavg.patch
"
subpackages
=
"
$pkgname
-doc"
...
...
@@ -17,21 +17,19 @@ builddir="$srcdir"/autoconf-$pkgver
prepare
()
{
default_prepare
update_config_sub
# Required for AC_F77_LIBRARY_LDFLAGS
update_config_guess
}
build
()
{
cd
"
$builddir
"
M4
=
/usr/bin/m4 ./configure
--prefix
=
/usr
--program-suffix
=
-2
.13
make
}
check
()
{
cd
"
$builddir
"
F77
=
gfortran make check
}
package
()
{
cd
"
$builddir
"
make
prefix
=
"
$pkgdir
/usr"
infodir
=
"
$pkgdir
/usr/share/info"
install
rm
-f
"
$pkgdir
"
/usr/share/info/dir
...
...
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