diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-23 21:41:25 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-23 21:41:25 +0200 |
commit | 2b198ddc02b3231e43ab8fdddef76ff103a0f5a4 (patch) | |
tree | 02cda54987930d677beb7ad60b5bf52cb9d67da9 /package/cryptsetup | |
parent | 54893039866e0978bd6563e2b7361f7736341163 (diff) |
make allmodconfig work for alix1c eglibc
many upstream package updates,
squid, php, asterisk, gnutls, nmap, sqlite, dhcp, git
Diffstat (limited to 'package/cryptsetup')
-rw-r--r-- | package/cryptsetup/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/cryptsetup/Makefile b/package/cryptsetup/Makefile index 76fdc98e4..c9970fe7a 100644 --- a/package/cryptsetup/Makefile +++ b/package/cryptsetup/Makefile @@ -28,7 +28,7 @@ INSTALL_STYLE:= auto pre-configure: (cd ${WRKBUILD}; \ env ${CONFIGURE_ENV} \ - ./configure --enable-static \ + ./configure --enable-static --disable-nls \ --build=${GNU_HOST_NAME} \ --host=${GNU_TARGET_NAME} \ --target=${GNU_TARGET_NAME} \ |