diff --git a/extra/libelf/checksums b/extra/libelf/checksums index 1945de05..ee7de55e 100644 --- a/extra/libelf/checksums +++ b/extra/libelf/checksums @@ -1,2 +1,2 @@ 92bfe36f886024bbc433846483b026c7ce44d553b9b941a0fd13e451911ae297 elftoolchain-0.7.1.tgz -06200f356e309558942a378de07d2cf2e0dcaa3c25cc71542599e39f265c607c libelf-linux.patch +239ed8fbc3393f7a39cbb6f3cad0278ac8b8d1306da9832c43dac1332a89ab28 libelf-linux.patch diff --git a/extra/libelf/patches/libelf-linux.patch b/extra/libelf/patches/libelf-linux.patch index a6efb513..bbc55335 100644 --- a/extra/libelf/patches/libelf-linux.patch +++ b/extra/libelf/patches/libelf-linux.patch @@ -25,3 +25,16 @@ index 0c207226..235b66dd 100644 /* * Symbol versioning structures. +diff --git a/common/elfdefinitions.h b/common/elfdefinitions.h +index caa6a30..6484017 100644 +--- a/common/elfdefinitions.h ++++ b/common/elfdefinitions.h +@@ -42,6 +42,8 @@ + + #include + ++#define STN_UNDEF 0 ++ + /* + * Types of capabilities. + */