Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
657
Issues
657
List
Boards
Labels
Service Desk
Milestones
Merge Requests
222
Merge Requests
222
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
9b82f3b6
Commit
9b82f3b6
authored
Aug 02, 2018
by
Timo Teräs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/libaio, scripts/bootstrap.sh: cross build libaio as lvm dependency
parent
a0e3ae12
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
main/libaio/APKBUILD
main/libaio/APKBUILD
+7
-5
scripts/bootstrap.sh
scripts/bootstrap.sh
+1
-1
No files found.
main/libaio/APKBUILD
View file @
9b82f3b6
...
...
@@ -9,7 +9,9 @@ arch="all"
license
=
"LGPL-2.1-or-later"
options
=
"!check"
# No test suite.
depends
=
makedepends
=
"linux-headers"
makedepends_build
=
""
makedepends_host
=
"linux-headers"
makedepends
=
"
$makedepends_build
$makedepends_host
"
install
=
subpackages
=
"
$pkgname
-dev"
source
=
"http://ftp.debian.org/debian/pool/main/liba/
$pkgname
/
${
pkgname
}
_
${
pkgver
}
.orig.tar.gz"
...
...
@@ -21,10 +23,10 @@ build() {
package
()
{
cd
$builddir
make
prefix
=
"
$pkgdir
/usr"
\
sysconfdir
=
"
$pkgdir
/etc"
\
mandir
=
"
$pkgdir
/usr/share/man"
\
infodir
=
"
$pkgdir
/usr/share/info"
\
install
sysconfdir
=
"
$pkgdir
/etc"
\
mandir
=
"
$pkgdir
/usr/share/man"
\
infodir
=
"
$pkgdir
/usr/share/info"
\
install
}
sha512sums
=
"440f2b62f99ca2e72ffc8c2c04b4779a1a7cf24a8ba2a30b34d18b4ee77630a2078610fe8c435559f81a5c3bfa93049bd53d77464a0da8267833fbde3f40ceeb libaio_0.3.111.orig.tar.gz"
scripts/bootstrap.sh
View file @
9b82f3b6
...
...
@@ -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
\
attr libcap patch
sudo
acl fakeroot
tar
\
pax-utils lzip abuild openssh
\
ncurses libcap-ng util-linux lvm2 popt xz
\
ncurses libcap-ng util-linux l
ibaio l
vm2 popt xz
\
json-c argon2 cryptsetup kmod lddtree mkinitfs
\
community/go libffi community/ghc
\
$KERNEL_PKG
;
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment