aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/bash/bash/pathexp-dep.patch
blob: e05bbda3174476a0131608410ce390795b49437e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
pathexp includes libintl.h but doesn't depend on it, thus a build race can occur.

Upstream-Status: Submitted (https://savannah.gnu.org/patch/index.php?9503)
Signed-off-by: Ross Burton <ross.burton@intel.com>

diff --git a/Makefile.in b/Makefile.in
index c7b62bc0..241cbf12 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1281,2 +1281,3 @@ nojobs.o: bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
 y.tab.o: bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
+pathexp.o: bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
 pcomplete.o: bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h