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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Bart Ribbers
aports
Commits
9b82f3b6
Commit
9b82f3b6
authored
6 years ago
by
Timo Teräs
Browse files
Options
Downloads
Patches
Plain Diff
main/libaio, scripts/bootstrap.sh: cross build libaio as lvm dependency
parent
a0e3ae12
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/libaio/APKBUILD
+7
-5
7 additions, 5 deletions
main/libaio/APKBUILD
scripts/bootstrap.sh
+1
-1
1 addition, 1 deletion
scripts/bootstrap.sh
with
8 additions
and
6 deletions
main/libaio/APKBUILD
+
7
−
5
View file @
9b82f3b6
...
@@ -9,7 +9,9 @@ arch="all"
...
@@ -9,7 +9,9 @@ arch="all"
license
=
"LGPL-2.1-or-later"
license
=
"LGPL-2.1-or-later"
options
=
"!check"
# No test suite.
options
=
"!check"
# No test suite.
depends
=
depends
=
makedepends
=
"linux-headers"
makedepends_build
=
""
makedepends_host
=
"linux-headers"
makedepends
=
"
$makedepends_build
$makedepends_host
"
install
=
install
=
subpackages
=
"
$pkgname
-dev"
subpackages
=
"
$pkgname
-dev"
source
=
"http://ftp.debian.org/debian/pool/main/liba/
$pkgname
/
${
pkgname
}
_
${
pkgver
}
.orig.tar.gz"
source
=
"http://ftp.debian.org/debian/pool/main/liba/
$pkgname
/
${
pkgname
}
_
${
pkgver
}
.orig.tar.gz"
...
@@ -21,10 +23,10 @@ build() {
...
@@ -21,10 +23,10 @@ build() {
package
()
{
package
()
{
cd
$builddir
cd
$builddir
make
prefix
=
"
$pkgdir
/usr"
\
make
prefix
=
"
$pkgdir
/usr"
\
sysconfdir
=
"
$pkgdir
/etc"
\
sysconfdir
=
"
$pkgdir
/etc"
\
mandir
=
"
$pkgdir
/usr/share/man"
\
mandir
=
"
$pkgdir
/usr/share/man"
\
infodir
=
"
$pkgdir
/usr/share/info"
\
infodir
=
"
$pkgdir
/usr/share/info"
\
install
install
}
}
sha512sums
=
"440f2b62f99ca2e72ffc8c2c04b4779a1a7cf24a8ba2a30b34d18b4ee77630a2078610fe8c435559f81a5c3bfa93049bd53d77464a0da8267833fbde3f40ceeb libaio_0.3.111.orig.tar.gz"
sha512sums
=
"440f2b62f99ca2e72ffc8c2c04b4779a1a7cf24a8ba2a30b34d18b4ee77630a2078610fe8c435559f81a5c3bfa93049bd53d77464a0da8267833fbde3f40ceeb libaio_0.3.111.orig.tar.gz"
This diff is collapsed.
Click to expand it.
scripts/bootstrap.sh
+
1
−
1
View file @
9b82f3b6
...
@@ -102,7 +102,7 @@ for PKG in fortify-headers linux-headers musl libc-dev pkgconf zlib \
...
@@ -102,7 +102,7 @@ for PKG in fortify-headers linux-headers musl libc-dev pkgconf zlib \
openrc alpine-conf alpine-baselayout alpine-keys alpine-base build-base
\
openrc alpine-conf alpine-baselayout alpine-keys alpine-base build-base
\
attr libcap patch
sudo
acl fakeroot
tar
\
attr libcap patch
sudo
acl fakeroot
tar
\
pax-utils lzip abuild openssh
\
pax-utils lzip abuild openssh
\
ncurses libcap-ng util-linux lvm2 popt xz
\
ncurses libcap-ng util-linux
libaio
lvm2 popt xz
\
json-c argon2 cryptsetup kmod lddtree mkinitfs
\
json-c argon2 cryptsetup kmod lddtree mkinitfs
\
community/go libffi community/ghc
\
community/go libffi community/ghc
\
$KERNEL_PKG
;
do
$KERNEL_PKG
;
do
...
...
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