aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libgcrypt/libgcrypt.inc
diff options
context:
space:
mode:
authorGraham Gower <graham.gower@gmail.com>2009-08-03 16:19:00 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-08-11 03:48:58 +0200
commit0d3f61c8280b329f573ded891fad573f666379db (patch)
tree40c0ca52a9067c23dd68c1a80f6c806429287cf7 /recipes/libgcrypt/libgcrypt.inc
parent7a7e66530372d88a716bbb4a2b48563680f0ef08 (diff)
downloadopenembedded-0d3f61c8280b329f573ded891fad573f666379db.tar.gz
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>
Diffstat (limited to 'recipes/libgcrypt/libgcrypt.inc')
-rw-r--r--recipes/libgcrypt/libgcrypt.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/libgcrypt/libgcrypt.inc b/recipes/libgcrypt/libgcrypt.inc
index 691f4fe133..afec2fde90 100644
--- a/recipes/libgcrypt/libgcrypt.inc
+++ b/recipes/libgcrypt/libgcrypt.inc
@@ -5,7 +5,8 @@ LICENSE = "GPL LGPL FDL"
DEPENDS = "libgpg-error"
SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${PV}.tar.gz \
- file://add-pkgconfig-support.patch;patch=1"
+ file://add-pkgconfig-support.patch;patch=1 \
+ file://mips-h-constraint.patch;patch=1"
inherit autotools binconfig pkgconfig lib_package