Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alpine
aports
Commits
098aabcd
Commit
098aabcd
authored
Nov 24, 2016
by
Timo Teräs
Browse files
main/zfs-vanilla: rebuild against kernel 4.4.34-r3
parent
bc7e2be9
Changes
1
Hide whitespace changes
Inline
Side-by-side
main/zfs-vanilla/APKBUILD
View file @
098aabcd
...
...
@@ -7,7 +7,7 @@ _name=$_realname-$_flavor
_kpkg
=
linux-
$_flavor
_kver
=
4.4.34
_kpkgrel
=
2
_kpkgrel
=
3
_realver
=
0.6.5.8
_mypkgrel
=
0
...
...
@@ -59,8 +59,7 @@ prepare() {
build
()
{
cd
"
$builddir
"
export
LIBS
=
"
$LIBS
-lintl"
KCFLAGS
=
"-fno-pie"
\
EXTRA_KCFLAGS
=
"-fno-pie -Wno-error=unused-but-set-variable"
\
EXTRA_KCFLAGS
=
"-Wno-error=unused-but-set-variable"
\
./configure
--prefix
=
/usr
\
--with-tirpc
\
--sysconfdir
=
/etc
\
...
...
@@ -71,14 +70,12 @@ build() {
--with-linux
=
/usr/src/linux-headers-
${
_abi_release
}
\
--with-spl
=
/usr/src/spl-
${
_realver
}
\
||
return
1
make
KCFLAGS
=
"-fno-pie"
\
EXTRA_KCFLAGS
=
"-fno-pie"
\
||
return
1
make
||
return
1
}
package
()
{
cd
"
$builddir
"
make
KCFLAGS
=
"-fno-pie"
DESTDIR
=
"
$pkgdir
"
\
make
DESTDIR
=
"
$pkgdir
"
\
install
||
return
1
}
...
...
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