strace: fixed build with kernel>=2.6.32.
--HG-- extra : convert_revision : ed317215b26441afeb189f33a51fe9f6842e6678
This commit is contained in:
parent
b90a9c5c1e
commit
8749b90745
|
@ -13,3 +13,9 @@ long_desc="
|
|||
Add_dependency full glibc
|
||||
# Required by strace-graph
|
||||
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…
Reference in New Issue