summaryrefslogtreecommitdiff
blob: c9a8994ea33c22b4ade3789981e7e72b1cd7b883 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -urN ./kBuild-0.1.5.orig/bootstrap.gmk ./kBuild-0.1.5/bootstrap.gmk
--- ./bootstrap.gmk	2009-01-10 03:24:02.000000000 +0100
+++ ./bootstrap.gmk	2009-03-11 10:39:25.679010950 +0100
@@ -179,7 +179,7 @@
 	echo done > $@
 
 $(OUTDIR)/sed/ts-configured: $(OUTDIR)/sed/ts-autoreconf
-	cd $(OUTDIR)/sed && $(SRCDIR)/src/sed/configure --without-libintl --disable-nls
+	cd $(OUTDIR)/sed && $(SRCDIR)/src/sed/configure --disable-nls
 	echo done > $@
 
 $(OUTDIR)/sed/config.h: $(OUTDIR)/sed/ts-configured