diff options
author | Thomas Lundquist <lists@zelow.no> | 2009-01-18 00:05:57 +0000 |
---|---|---|
committer | Thomas Lundquist <lists@zelow.no> | 2009-01-18 00:05:57 +0000 |
commit | 6b00041b87b30675b8b214b2f4c1653bfd911dda (patch) | |
tree | c61718d07633f63a785395ab4252c6b444a05404 /package/Makefile.autotools.in | |
parent | fa2273f409f7197ef47e4cdde83e2d8948156eb7 (diff) | |
download | buildroot-novena-6b00041b87b30675b8b214b2f4c1653bfd911dda.tar.gz buildroot-novena-6b00041b87b30675b8b214b2f4c1653bfd911dda.zip |
Finish the gtk-doc stuff and start on the smae thing with LARGEFILE and NLS.
Diffstat (limited to 'package/Makefile.autotools.in')
-rw-r--r-- | package/Makefile.autotools.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in index 72e4c599c..eacdec95b 100644 --- a/package/Makefile.autotools.in +++ b/package/Makefile.autotools.in @@ -249,6 +249,8 @@ $(BUILD_DIR)/%/.stamp_configured: --exec-prefix=/usr \ --sysconfdir=/etc \ $(DISABLE_DOCUMENTATION) \ + $(DISABLE_NLS) \ + $(DISABLE_LARGEFILE) \ $(QUIET) $($(PKG)_CONF_OPT) $(Q)touch $@ |