diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-14 20:30:19 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-14 20:30:19 +0200 |
commit | 96dcd54773fa810e7b0b27dbdae5f3d10014aba8 (patch) | |
tree | c12681b1480ff4bae1740c5a36c5150ad13f9585 /package/libgcrypt/Makefile | |
parent | 3a48b9fa45749cd9b48f134d77d321e9405da992 (diff) |
finetune kernel config for lemote
- boot via tftp works now
- fix libgcrypt compile issue
- disable-sjlj-exceptions, does not compile for mips64
Diffstat (limited to 'package/libgcrypt/Makefile')
-rw-r--r-- | package/libgcrypt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libgcrypt/Makefile b/package/libgcrypt/Makefile index f8ea5e1b7..4ee013601 100644 --- a/package/libgcrypt/Makefile +++ b/package/libgcrypt/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= libgcrypt -PKG_VERSION:= 1.4.1 +PKG_VERSION:= 1.4.4 PKG_RELEASE:= 1 -PKG_MD5SUM:= 555488ddfc81a6e0df1fb5112e7eee13 +PKG_MD5SUM:= 9e6dcf7fef1ae96b57207a1de91fdaa4 PKG_DESCR:= GNU crypto library PKG_SECTION:= libs PKG_DEPENDS:= libgpg-error |