libgcrypt.inc: Fix libgcrypt compilation with GCC-4.4 on mips
authorGraham Gower <graham.gower@gmail.com>
Mon, 3 Aug 2009 16:19:00 +0000 (16:19 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Tue, 11 Aug 2009 01:48:58 +0000 (03:48 +0200)
commit0d3f61c8280b329f573ded891fad573f666379db
tree40c0ca52a9067c23dd68c1a80f6c806429287cf7
parent7a7e66530372d88a716bbb4a2b48563680f0ef08
libgcrypt.inc: Fix libgcrypt compilation with GCC-4.4 on mips

Patch taken from https://forum.openwrt.org/viewtopic.php?id=20520
Makes sense and seems to work ok.

libgcrypt.inc has --disable-asm in EXTRA_OECONF, yet strangely the configure
script does nothing with this information beyond parsing it. Assembler is
certainly still being used.

http://patchwork.openembedded.org/patch/919/

Signed-Off-By: Holger Hans Peter Freyther <zecke@selfish.org>
recipes/libgcrypt/files/mips-h-constraint.patch [new file with mode: 0644]
recipes/libgcrypt/libgcrypt.inc