Add compiling[?] kbuild
[sgilles-overlay.git] / dev-util / kbuild / files / 0001-unknown-configure-opt.patch
blob5edee0ca9c492c0685235f121a853aa2f83d7173
1 From d098f5a3564a98584656f4db9cf8ab432cea4143 Mon Sep 17 00:00:00 2001
2 From: "S. Gilles" <sgilles@math.umd.edu>
3 Date: Wed, 15 Jun 2016 00:50:14 +0000
4 Subject: [PATCH 01/17] unknown-configure-opt
6 ---
7 bootstrap.gmk | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
10 diff --git a/bootstrap.gmk b/bootstrap.gmk
11 index 8cbb233..7a49857 100644
12 --- a/bootstrap.gmk
13 +++ b/bootstrap.gmk
14 @@ -182,7 +182,7 @@ $(OUTDIR)/sed/ts-autoreconf:
15 echo done > $@
17 $(OUTDIR)/sed/ts-configured: $(OUTDIR)/sed/ts-autoreconf
18 - cd $(OUTDIR)/sed && $(SRCDIR)/src/sed/configure --without-libintl --disable-nls
19 + cd $(OUTDIR)/sed && $(SRCDIR)/src/sed/configure --disable-nls
20 echo done > $@
22 $(OUTDIR)/sed/config.h: $(OUTDIR)/sed/ts-configured
23 --
24 2.8.4