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
650
Issues
650
List
Boards
Labels
Service Desk
Milestones
Merge Requests
214
Merge Requests
214
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
8a781cf9
Commit
8a781cf9
authored
Jul 11, 2010
by
Andrew Manison
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed bug in definition of CC for make.
parent
79765211
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
main/linux-grsec/APKBUILD
main/linux-grsec/APKBUILD
+3
-3
main/linux-pae/APKBUILD
main/linux-pae/APKBUILD
+3
-3
No files found.
main/linux-grsec/APKBUILD
View file @
8a781cf9
...
...
@@ -75,7 +75,7 @@ menuconfig() {
build
()
{
cd
"
$srcdir
"
/build
make
CC
=
"
${
CC
:-
-
gcc
}
"
\
make
CC
=
"
${
CC
:-
gcc
}
"
\
KBUILD_BUILD_VERSION
=
"
$((
pkgrel
+
1
))
-Alpine"
\
||
return
1
}
...
...
@@ -98,13 +98,13 @@ dev() {
# kernel modules and install those as /usr/src/linux-headers,
# simlar to what ubuntu does
#
# this way you dont need to install the 300-400 kernel sources to
# this way you dont need to install the 300-400 kernel sources to
# build a tiny kernel module
#
pkgdesc
=
"Headers and script for third party modules for grsec kernel"
local dir
=
"
$subpkgdir
"
/usr/src/linux-headers-
${
_abi_release
}
# first we import config, run prepare to set up for building
# first we import config, run prepare to set up for building
# external modules, and create the scripts
mkdir
-p
"
$dir
"
cp
"
$srcdir
"
/
$_config
"
$dir
"
/.config
...
...
main/linux-pae/APKBUILD
View file @
8a781cf9
...
...
@@ -71,7 +71,7 @@ menuconfig() {
build
()
{
cd
"
$srcdir
"
/build
make
CC
=
"
${
CC
:-
-
gcc
}
"
\
make
CC
=
"
${
CC
:-
gcc
}
"
\
KBUILD_BUILD_VERSION
=
"
$((
pkgrel
+
1
))
-Alpine"
\
||
return
1
}
...
...
@@ -96,13 +96,13 @@ dev() {
# kernel modules and install those as /usr/src/linux-headers,
# simlar to what ubuntu does
#
# this way you dont need to install the 300-400 kernel sources to
# this way you dont need to install the 300-400 kernel sources to
# build a tiny kernel module
#
pkgdesc
=
"Headers and script for third party modules for grsec kernel"
local dir
=
"
$subpkgdir
"
/usr/src/linux-headers-
${
_abi_release
}
# first we import config, run prepare to set up for building
# first we import config, run prepare to set up for building
# external modules, and create the scripts
mkdir
-p
"
$dir
"
cp
"
$srcdir
"
/
$_config
"
$dir
"
/.config
...
...
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