mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
strace: fixed build with kernel>=2.6.32.
--HG-- extra : convert_revision : ed317215b26441afeb189f33a51fe9f6842e6678
This commit is contained in:
parent
b90a9c5c1e
commit
8749b90745
1 changed files with 6 additions and 0 deletions
|
@ -13,3 +13,9 @@ long_desc="
|
||||||
Add_dependency full glibc
|
Add_dependency full glibc
|
||||||
# Required by strace-graph
|
# Required by strace-graph
|
||||||
Add_dependency full perl
|
Add_dependency full perl
|
||||||
|
|
||||||
|
pre_configure()
|
||||||
|
{
|
||||||
|
# Fix for kernel>=2.6.32
|
||||||
|
sed -i -e "s|linux/socket.h|sys/socket.h|g" ${wrksrc}/configure
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue