diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-21 07:21:14 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-21 07:21:14 +0000 |
commit | c4b70923ed47c031e2136a3df56bdce55f487c82 (patch) | |
tree | 300daf21d7560590f6cdf40969b63ec184519df4 /openwrt/package/sqlite2/Makefile | |
parent | 0fd67ae9c82347c4723775c2b50f5abe0d4223a1 (diff) |
remove disable-nls, not available here
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1967 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/sqlite2/Makefile')
-rw-r--r-- | openwrt/package/sqlite2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openwrt/package/sqlite2/Makefile b/openwrt/package/sqlite2/Makefile index 6fb490cc37..e0f87be74a 100644 --- a/openwrt/package/sqlite2/Makefile +++ b/openwrt/package/sqlite2/Makefile @@ -51,7 +51,6 @@ $(PKG_BUILD_DIR)/.configured: --sbindir=/usr/sbin \ --sysconfdir=/etc \ $(DISABLE_LARGEFILE) \ - $(DISABLE_NLS) \ --enable-shared \ --enable-static \ ); |