All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hamish Moffatt <hamish@cloud.net.au>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 1/1] openssl: convert to	Makefile.autotools.in and bump version to 0.9.8g
Date: Wed, 13 Aug 2008 13:24:08 +1000	[thread overview]
Message-ID: <20080813032408.GA1773@cloud.net.au> (raw)
In-Reply-To: <1218542611-21908-1-git-send-email-hans-christian.egtvedt@atmel.com>

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@debian.org> <hamish@cloud.net.au>

  reply	other threads:[~2008-08-13  3:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-12 12:03 [Buildroot] [PATCH v2 1/1] openssl: convert to Makefile.autotools.in and bump version to 0.9.8g Hans-Christian Egtvedt
2008-08-13  3:24 ` Hamish Moffatt [this message]
2008-08-13  5:39   ` Hans-Christian Egtvedt
2008-09-11 11:58     ` Hans-Christian Egtvedt
2008-09-11 13:06       ` Hamish Moffatt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080813032408.GA1773@cloud.net.au \
    --to=hamish@cloud.net.au \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.