ASR_BASE

Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/package/libs/elfutils/patches/200-fix-build-warning.patch b/package/libs/elfutils/patches/200-fix-build-warning.patch
new file mode 100644
index 0000000..3c48b98
--- /dev/null
+++ b/package/libs/elfutils/patches/200-fix-build-warning.patch
@@ -0,0 +1,10 @@
+--- a/lib/xasprintf.c
++++ b/lib/xasprintf.c
+@@ -30,6 +30,7 @@
+ # include <config.h>
+ #endif
+ 
++#include <errno.h>
+ #include <stdarg.h>
+ #include <stdio.h>
+ #include <stdlib.h>