[Buildroot] [PATCH v2 1/1] openssl: convert to Makefile.autotools.in and bump version to 0.9.8g

Hamish Moffatt hamish at cloud.net.au
Wed Aug 13 03:24:08 UTC 2008


On Tue, Aug 12, 2008 at 02:03:31PM +0200, Hans-Christian Egtvedt wrote:
> This patch converts building of OpenSSL to use Makefile.autotools.in and bumps

OpenSSL doesn't use autotools though, so is this a good idea?

> +$(OPENSSL_TARGET_CONFIGURE):
> +	(cd $(OPENSSL_DIR); \
> +		$(TARGET_CONFIGURE_ARGS) \
> +		$(TARGET_CONFIGURE_OPTS) \
> +		./Configure \
> +			linux-$(OPENSSL_TARGET_ARCH) \
> +			--prefix=/usr \
> +			--openssldir=/usr/lib/ssl \
> +			threads \
> +			shared \
> +			no-idea \
> +			no-mdc2 \
> +			no-rc5 \
> +			zlib-dynamic \
>  	)

Once you've overriden the CONFIGURE stage, is there much benefit left in
using Makefile.autotools.in?


cheers
Hamish
-- 
Hamish Moffatt VK3SB <hamish at debian.org> <hamish at cloud.net.au>



More information about the buildroot mailing list