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
diff --git a/external/subpack/utils/acl/patches/101-no-gettext_autogen.patch b/external/subpack/utils/acl/patches/101-no-gettext_autogen.patch
new file mode 100644
index 0000000..e9a8c8c
--- /dev/null
+++ b/external/subpack/utils/acl/patches/101-no-gettext_autogen.patch
@@ -0,0 +1,7 @@
+--- a/autogen.sh
++++ b/autogen.sh
+@@ -1,4 +1,2 @@
+ #!/bin/sh -ex
+-po/update-potfiles
+-autopoint --force
+ exec autoreconf -f -i
diff --git a/external/subpack/utils/acl/patches/102-no-gettext_Makefile.patch b/external/subpack/utils/acl/patches/102-no-gettext_Makefile.patch
new file mode 100644
index 0000000..4d562b9
--- /dev/null
+++ b/external/subpack/utils/acl/patches/102-no-gettext_Makefile.patch
@@ -0,0 +1,11 @@
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -3,8 +3,6 @@ ACLOCAL_AMFLAGS = -I m4
+ EXTRA_DIST = \
+ exports
+
+-SUBDIRS = po
+-
+ AM_CPPFLAGS = \
+ -I$(top_builddir)/include \
+ -I$(top_srcdir)/include \