ASR_BASE

Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/subpack/net/squid/patches/001-glibc-compile.patch b/external/subpack/net/squid/patches/001-glibc-compile.patch
new file mode 100644
index 0000000..fd11e85
--- /dev/null
+++ b/external/subpack/net/squid/patches/001-glibc-compile.patch
@@ -0,0 +1,12 @@
+--- a/src/tools.cc
++++ b/src/tools.cc
+@@ -582,7 +582,8 @@ enter_suid(void)
+     }
+ #else
+ 
+-    setuid(0);
++    if (setuid(0) < 0)
++	debugs(50, 1, "no_suid: setuid (0)");
+ #endif
+ #if HAVE_PRCTL && defined(PR_SET_DUMPABLE)
+     /* Set Linux DUMPABLE flag */