diff options
author | Thomas Lundquist <lists@zelow.no> | 2009-01-18 09:26:28 +0000 |
---|---|---|
committer | Thomas Lundquist <lists@zelow.no> | 2009-01-18 09:26:28 +0000 |
commit | c86f23b7708cb7eeba91a2764210277c78143dca (patch) | |
tree | 26dda73073968d3abe78f8c382bd53ae03b67f4b /package/rpm/rpm.mk | |
parent | 6b00041b87b30675b8b214b2f4c1653bfd911dda (diff) | |
download | buildroot-novena-c86f23b7708cb7eeba91a2764210277c78143dca.tar.gz buildroot-novena-c86f23b7708cb7eeba91a2764210277c78143dca.zip |
Getting rid of a bit more configure options that's been centralized.
Diffstat (limited to 'package/rpm/rpm.mk')
-rw-r--r-- | package/rpm/rpm.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/rpm/rpm.mk b/package/rpm/rpm.mk index 2b83b6481..e769a050f 100644 --- a/package/rpm/rpm.mk +++ b/package/rpm/rpm.mk @@ -20,8 +20,7 @@ RPM_CONF_OPT = --disable-build-versionscript --disable-rpath \ --with-libbeecrypt=$(STAGING_DIR) \ --with-popt=$(STAGING_DIR) \ --with-mutex=UNIX/fcntl \ - --with-bzip2 \ - $(DISABLE_NLS) + --with-bzip2 RPM_MAKE_OPT = -j1 |