strace: fixed build with kernel>=2.6.32.

--HG--
extra : convert_revision : ed317215b26441afeb189f33a51fe9f6842e6678
This commit is contained in:
Juan RP 2009-12-24 04:40:29 +01:00
parent b90a9c5c1e
commit 8749b90745
1 changed files with 6 additions and 0 deletions

View File

@ -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
}