mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Guillermo Rodriguez <guille.rodriguez@gmail.com>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH] Add support for stunnel (resending)
Date: Tue, 10 Jun 2014 11:43:45 +0200	[thread overview]
Message-ID: <1402393425.4030.10.camel@ubuntu.ubuntu-domain> (raw)
In-Reply-To: <20140610055925.GG4904@pengutronix.de>

Hi Michael,

El mar, 10-06-2014 a las 07:59 +0200, Michael Olbrich escribió:
[...]
> > +#
> > +# Paths and names
> > +#
> > +STUNNEL_VERSION	:= 5.01
> > +STUNNEL_MD5		:= 7b63266b6fa05da696729e245100da65
> > +STUNNEL		:= stunnel-$(STUNNEL_VERSION)
> > +STUNNEL_SUFFIX	:= tar.gz
> > +STUNNEL_URL		:= http://ftp.nluug.nl/pub/networking/stunnel/$(STUNNEL).$(STUNNEL_SUFFIX)
> > +STUNNEL_SOURCE	:= $(SRCDIR)/$(STUNNEL).$(STUNNEL_SUFFIX)
> > +STUNNEL_DIR		:= $(BUILDDIR)/$(STUNNEL)
> > +STUNNEL_LICENSE	:= stunnel (GPL2 or later with openssl exception)
> 
> this must be aligned in the final file, not the diff

:) I did not align it in the diff -- in fact I did not align it at all;
this was generated from the ptxdist template.

> > +
> > +# ----------------------------------------------------------------------------
> > +# Prepare
> > +# ----------------------------------------------------------------------------
> > +
> > +#
> > +# autoconf
> > +#
> > +STUNNEL_CONF_TOOL	:= autoconf
> > +STUNNEL_AUTOCONF	:= \
> > +	$(CROSS_AUTOCONF_USR) \
> > +	--with-ssl=$(PTXDIST_SYSROOT_TARGET)/usr
> 
> 	$(GLOBAL_IPV6_OPTION) \
> 	--disable-libwrap \
> 	--{en,dis}able-fips
> 
> I don't care what set for the last one, but it must not be autodetected.

OK. Do you have any doc with "best practices" on what options should be
passed to autoconf when writing these rules files ?

> 
> > +
> > +# ----------------------------------------------------------------------------
> > +# Target-Install
> > +# ----------------------------------------------------------------------------
> > +
> > +$(STATEDIR)/stunnel.targetinstall:
> > +	@$(call targetinfo)
> > +
> > +	@$(call install_init, stunnel)
> > +	@$(call install_fixup, stunnel,PRIORITY,optional)
> > +	@$(call install_fixup, stunnel,SECTION,base)
> > +	@$(call install_fixup, stunnel,AUTHOR,"Guillermo Rodriguez <guille.rodriguez@gmail.com>")
> > +	@$(call install_fixup, stunnel,DESCRIPTION,missing)
> > +
> > +	@$(call install_copy, stunnel, 0, 0, 0755, $(STUNNEL_DIR)/src/stunnel, /usr/bin/stunnel)
> 
> 	@$(call install_copy, stunnel, 0, 0, 0755, -, /usr/bin/stunnel)

Ah! This was not clear to me from the documentation of the install_copy
macro. I'll change this (and the other bits) and resend.

Thank you for reviewing.

Best,

Guillermo Rodriguez


-- 
ptxdist mailing list
ptxdist@pengutronix.de

  reply	other threads:[~2014-06-10  9:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-09 16:09 Guillermo Rodriguez
2014-06-10  5:59 ` Michael Olbrich
2014-06-10  9:43   ` Guillermo Rodriguez [this message]
2014-06-10 10:23   ` Guillermo Rodriguez
2014-06-13  6:43     ` Michael Olbrich
2014-06-13  9:15       ` Guillermo Rodriguez

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=1402393425.4030.10.camel@ubuntu.ubuntu-domain \
    --to=guille.rodriguez@gmail.com \
    --cc=ptxdist@pengutronix.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox