ASR_BASE
Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/subpack/utils/acl/patches/100-no-gettext_configure.patch b/external/subpack/utils/acl/patches/100-no-gettext_configure.patch
new file mode 100644
index 0000000..c846176
--- /dev/null
+++ b/external/subpack/utils/acl/patches/100-no-gettext_configure.patch
@@ -0,0 +1,19 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -33,9 +33,6 @@ AC_SYS_LARGEFILE
+ AM_PROG_AR
+ LT_INIT
+
+-AM_GNU_GETTEXT_VERSION([0.18.2])
+-AM_GNU_GETTEXT([external])
+-
+ AC_ARG_ENABLE([debug],
+ [AS_HELP_STRING([--enable-debug], [Enable extra debugging])])
+ AS_IF([test "x$enable_debug" = "xyes"],
+@@ -62,6 +59,5 @@ AC_CONFIG_COMMANDS([include/sys],
+ AC_CONFIG_FILES([
+ libacl.pc
+ Makefile
+- po/Makefile.in
+ ])
+ AC_OUTPUT