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
7a2cb372
Commit
7a2cb372
authored
3 years ago
by
omni
Browse files
Options
Downloads
Patches
Plain Diff
community/ocaml: rebuild against binutils 2.35.2
fixes
#12629
also some linting
parent
af6c01c6
No related branches found
No related tags found
1 merge request
!21183
community/ocaml: rebuild against binutils 2.35.2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/ocaml/APKBUILD
+2
-8
2 additions, 8 deletions
community/ocaml/APKBUILD
with
2 additions
and
8 deletions
community/ocaml/APKBUILD
+
2
−
8
View file @
7a2cb372
...
...
@@ -3,7 +3,7 @@
# Maintainer:
pkgname
=
ocaml
pkgver
=
4.08.1
pkgrel
=
5
pkgrel
=
6
pkgdesc
=
"Main implementation of the Caml programming language"
url
=
"http://ocaml.org/"
arch
=
"all !x86 !armhf !armv7 !mips !mips64"
...
...
@@ -18,17 +18,15 @@ subpackages="
$pkgname
-compiler-libs:_compiler_libs
$pkgname
-runtime
"
source
=
"http://caml.inria.fr/pub/distrib/ocaml-
${
pkgver
%.*
}
/
$pkgn
am
e
-
$pkgver
.tar.gz
source
=
"http://caml.inria.fr/pub/distrib/ocaml-
${
pkgver
%.*
}
/
oc
am
l
-
$pkgver
.tar.gz
compile-without-debug-info.patch
fix-mcontext-fields.patch
fix-segfault-in-ppc64le.patch
fix-check-parser-uptodate-or-warn.sh.patch
fix-fnocommon-duplicate-definition.patch
"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
build
()
{
cd
"
$builddir
"
./configure
\
--prefix
/usr
\
--bindir
/usr/bin
\
...
...
@@ -41,15 +39,11 @@ build() {
}
check
()
{
cd
"
$builddir
"
# FIXME: there seem to be some spurious failures, ignore until fixed.
make
-C
testsuite all
||
true
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
install
-Dm644
LICENSE
"
$pkgdir
"
/usr/share/licenses/
$pkgname
/LICENSE
...
...
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