From c86f23b7708cb7eeba91a2764210277c78143dca Mon Sep 17 00:00:00 2001 From: Thomas Lundquist Date: Sun, 18 Jan 2009 09:26:28 +0000 Subject: Getting rid of a bit more configure options that's been centralized. --- package/rpm/rpm.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'package/rpm/rpm.mk') 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 -- cgit v1.2.3