diff options
| author | Mark Hatle <mark.hatle@windriver.com> | 2013-09-06 17:30:29 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-09-07 00:26:54 -0400 |
| commit | bd6c1e8fb60d628c5818b60094eff1d3406eb618 (patch) | |
| tree | 4d9d160898f551ebdeeb8ae6c4a41a26543e4442 /meta-openstack/recipes-devtools/python/python-pycrypto_2.6.bb | |
| parent | 7b270e7e30148f30e9ae5c649febba4ae368b627 (diff) | |
| download | meta-cloud-services-bd6c1e8fb60d628c5818b60094eff1d3406eb618.tar.gz | |
python-pycrypto: Fix configure failure
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-pycrypto_2.6.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-pycrypto_2.6.bb | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pycrypto_2.6.bb b/meta-openstack/recipes-devtools/python/python-pycrypto_2.6.bb index 9972d2d..b75f35d 100644 --- a/meta-openstack/recipes-devtools/python/python-pycrypto_2.6.bb +++ b/meta-openstack/recipes-devtools/python/python-pycrypto_2.6.bb | |||
| @@ -22,30 +22,4 @@ export STAGING_LIBDIR | |||
| 22 | export BUILD_SYS | 22 | export BUILD_SYS |
| 23 | export HOST_SYS | 23 | export HOST_SYS |
| 24 | 24 | ||
| 25 | CONFIGUREOPTS = "--build=${BUILD_SYS} \ | 25 | inherit autotools distutils |
| 26 | --host=${HOST_SYS} \ | ||
| 27 | --target=${TARGET_SYS} \ | ||
| 28 | --prefix=${prefix} \ | ||
| 29 | --exec_prefix=${exec_prefix} \ | ||
| 30 | --bindir=${bindir} \ | ||
| 31 | --sbindir=${sbindir} \ | ||
| 32 | --libexecdir=${libexecdir} \ | ||
| 33 | --datadir=${datadir} \ | ||
| 34 | --sysconfdir=${sysconfdir} \ | ||
| 35 | --sharedstatedir=${sharedstatedir} \ | ||
| 36 | --localstatedir=${localstatedir} \ | ||
| 37 | --libdir=${libdir} \ | ||
| 38 | --includedir=${includedir} \ | ||
| 39 | --oldincludedir=${oldincludedir} \ | ||
| 40 | --infodir=${infodir} \ | ||
| 41 | --mandir=${mandir} \ | ||
| 42 | --disable-silent-rules \ | ||
| 43 | --with-libtool-sysroot=${STAGING_DIR_HOST}" | ||
| 44 | |||
| 45 | do_configure () { | ||
| 46 | # Workaround autoconf bug | ||
| 47 | export ac_cv_func_malloc_0_nonnull=yes | ||
| 48 | |||
| 49 | ./configure ${CONFIGUREOPTS} | ||
| 50 | } | ||
| 51 | |||
