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
28bcb45f
Commit
28bcb45f
authored
3 years ago
by
Kevin Daudt
Browse files
Options
Downloads
Patches
Plain Diff
community/ghc: rebuild against system ffi
parent
c07ef27c
Loading
Loading
1 merge request
!27260
community/libffi3.3-compat: remove
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/ghc/APKBUILD
+5
-3
5 additions, 3 deletions
community/ghc/APKBUILD
with
5 additions
and
3 deletions
community/ghc/APKBUILD
+
5
−
3
View file @
28bcb45f
# Maintainer: Mitch Tishmack <mitch.tishmack@gmail.com>
pkgname
=
ghc
pkgver
=
9.0.1
pkgrel
=
0
pkgrel
=
1
# Normal non rc candidate
_urlprefix
=
"
$pkgver
"
_pkgprefix
=
"
$pkgname
-
$pkgver
"
...
...
@@ -27,8 +27,9 @@ depends="gmp-dev perl gcc>=6.2.1 llvm$_llvmver"
# ghc is self-hosted, so we need ghc to build ghc. ghc-bootstrap is provided by
# this aport (see below).
makedepends_build
=
"
$pkgname
-bootstrap
autoconf binutils binutils-gold ncurses-dev xz coreutils grep"
makedepends_host
=
"linux-headers musl-dev zlib-dev gmp-dev binutils-dev ncurses-dev"
autoconf binutils binutils-gold libffi-dev ncurses-dev xz coreutils grep"
makedepends_host
=
"linux-headers musl-dev zlib-dev gmp-dev binutils-dev
libffi-dev ncurses-dev"
makedepends
=
"
$makedepends_build
$makedepends_host
"
checkdepends
=
"python3"
# XXX: ghc-bootstrap is a hack to allow this abuild to depend on itself.
...
...
@@ -88,6 +89,7 @@ build() {
--host
=
$CBUILD
\
--target
=
$CTARGET
\
--prefix
=
/usr
\
--with-system-libffi
\
--disable-ld-override
# Switch llvm-targets from unknown-linux-gnueabihf->alpine-linux
...
...
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