From bd6c1e8fb60d628c5818b60094eff1d3406eb618 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Fri, 6 Sep 2013 17:30:29 -0500 Subject: python-pycrypto: Fix configure failure Signed-off-by: Mark Hatle --- .../recipes-devtools/python/python-pycrypto_2.6.bb | 28 +--------------------- 1 file changed, 1 insertion(+), 27 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-pycrypto_2.6.bb') 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 export BUILD_SYS export HOST_SYS -CONFIGUREOPTS = "--build=${BUILD_SYS} \ - --host=${HOST_SYS} \ - --target=${TARGET_SYS} \ - --prefix=${prefix} \ - --exec_prefix=${exec_prefix} \ - --bindir=${bindir} \ - --sbindir=${sbindir} \ - --libexecdir=${libexecdir} \ - --datadir=${datadir} \ - --sysconfdir=${sysconfdir} \ - --sharedstatedir=${sharedstatedir} \ - --localstatedir=${localstatedir} \ - --libdir=${libdir} \ - --includedir=${includedir} \ - --oldincludedir=${oldincludedir} \ - --infodir=${infodir} \ - --mandir=${mandir} \ - --disable-silent-rules \ - --with-libtool-sysroot=${STAGING_DIR_HOST}" - -do_configure () { - # Workaround autoconf bug - export ac_cv_func_malloc_0_nonnull=yes - - ./configure ${CONFIGUREOPTS} -} - +inherit autotools distutils -- cgit v1.2.3-54-g00ecf