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
213
Merge Requests
213
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
c03e9b91
Commit
c03e9b91
authored
Apr 20, 2010
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/strace: buildfix for kernel-headers>=2.6.32
parent
95ccf085
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
main/strace/APKBUILD
main/strace/APKBUILD
+10
-2
No files found.
main/strace/APKBUILD
View file @
c03e9b91
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
strace
pkgver
=
4.5.19
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"A useful diagnositic, instructional, and debugging tool"
url
=
"http://sourceforge.net/projects/strace/"
license
=
"BSD"
depends
=
"uclibc"
depends
=
makedepends
=
source
=
"http://downloads.sourceforge.net/sourceforge/
$pkgname
/
$pkgname
-
$pkgver
.tar.bz2"
subpackages
=
"
$pkgname
-doc"
build
()
{
cd
"
$srcdir
/
$pkgname
-
$pkgver
"
#changes in kernel headers in 2.6.32
sed
-i
-e
's/include <linux\/socket.h>/include <sys\/socket.h>/g'
\
configure
./configure
--prefix
=
/usr
\
make
||
return
1
}
package
()
{
cd
"
$srcdir
/
$pkgname
-
$pkgver
"
make
-j1
DESTDIR
=
"
$pkgdir
"
install
}
md5sums
=
"2415e435d61e40315a298c80aced0cda strace-4.5.19.tar.bz2"
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