ASR_BASE

Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/subpack/libs/libdcwsocket/patches/010-glibc.patch b/external/subpack/libs/libdcwsocket/patches/010-glibc.patch
new file mode 100644
index 0000000..24cb24b
--- /dev/null
+++ b/external/subpack/libs/libdcwsocket/patches/010-glibc.patch
@@ -0,0 +1,12 @@
+--- a/src/dcwsocket.c.linux
++++ b/src/dcwsocket.c.linux
+@@ -36,6 +36,9 @@
+ #include <linux/filter.h>
+ #include <arpa/inet.h>
+ 
++#ifndef SO_ATTACH_FILTER
++#define SO_ATTACH_FILTER  26
++#endif
+ 
+ #define ETHER_HEADERSIZE  14
+ #define CL3_HEADERSIZE    4