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
677
Issues
677
List
Boards
Labels
Service Desk
Milestones
Merge Requests
216
Merge Requests
216
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
521fc31b
Commit
521fc31b
authored
Jul 14, 2015
by
Natanael Copa
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/linux-grsec: fix generated utsrelease.h
ref
#4434
parent
4bc340f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
main/linux-grsec/APKBUILD
main/linux-grsec/APKBUILD
+3
-1
No files found.
main/linux-grsec/APKBUILD
View file @
521fc31b
...
@@ -7,7 +7,7 @@ case $pkgver in
...
@@ -7,7 +7,7 @@ case $pkgver in
*
.
*
.
*
)
_kernver
=
${
pkgver
%.*
}
;;
*
.
*
.
*
)
_kernver
=
${
pkgver
%.*
}
;;
*
.
*
)
_kernver
=
${
pkgver
}
;;
*
.
*
)
_kernver
=
${
pkgver
}
;;
esac
esac
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"Linux kernel with grsecurity"
pkgdesc
=
"Linux kernel with grsecurity"
url
=
http://grsecurity.net
url
=
http://grsecurity.net
depends
=
"mkinitfs linux-firmware"
depends
=
"mkinitfs linux-firmware"
...
@@ -171,6 +171,8 @@ dev() {
...
@@ -171,6 +171,8 @@ dev() {
# external modules, and create the scripts
# external modules, and create the scripts
mkdir
-p
"
$dir
"
mkdir
-p
"
$dir
"
cp
"
$srcdir
"
/config-grsec.
${
CARCH
}
"
$dir
"
/.config
cp
"
$srcdir
"
/config-grsec.
${
CARCH
}
"
$dir
"
/.config
echo
"-
$pkgrel
-grsec"
>
"
$dir
"
/localversion-alpine
\
||
return
1
make
-j1
-C
"
$srcdir
"
/linux-
$_kernver
O
=
"
$dir
"
HOSTCC
=
"
${
CC
:-
gcc
}
"
\
make
-j1
-C
"
$srcdir
"
/linux-
$_kernver
O
=
"
$dir
"
HOSTCC
=
"
${
CC
:-
gcc
}
"
\
silentoldconfig prepare modules_prepare scripts
silentoldconfig prepare modules_prepare scripts
...
...
Thomas Zelch
@tze
mentioned in issue
#4434 (closed)
·
Jul 12, 2019
mentioned in issue
#4434 (closed)
mentioned in issue #4434
Toggle commit list
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