From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/pound: new package
Date: Sun, 21 Feb 2016 23:13:29 +0100 [thread overview]
Message-ID: <20160221231329.29094844@free-electrons.com> (raw)
In-Reply-To: <1454712192-26144-1-git-send-email-bernd.kuhls@t-online.de>
Dear Bernd Kuhls,
On Fri, 5 Feb 2016 23:43:12 +0100, Bernd Kuhls wrote:
> +POUND_VERSION = 2.7
> +POUND_SITE = http://www.apsis.ch/pound
> +POUND_SOURCE = Pound-$(POUND_VERSION).tgz
> +POUND_LICENSE = GPLv3+
> +POUND_LICENSE_FILES = GPL.txt
> +POUND_DEPENDENCIES = openssl
Unfortunately, nobody will be able to distribute binaries of this
program. The GPLv3 is incompatible with the OpenSSL license. The
authors of Pound should have planned an exception to the GPLv3, but I
haven't seen any indication of this.
I've nonetheless applied the package since well, it's not our
responsibility, but GPLv3+OpenSSL -> not good.
> +# Do not set user/group for the installed binaries.
> +define POUND_FIX_INSTALL
> + $(SED) 's/-o proxy -g proxy//g' $(@D)/Makefile
> +endef
> +POUND_POST_CONFIGURE_HOOKS += POUND_FIX_INSTALL
I've removed this and instead passed:
--with-owner=$(shell id -un) \
--with-group=$(shell id -gn)
So that we install with the current user/group, which is guaranteed to
work fine. And all files get anyway re-assigned to root when creating
the final image.
Applied to next with this change!
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
prev parent reply other threads:[~2016-02-21 22:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-05 22:43 [Buildroot] [PATCH 1/1] package/pound: new package Bernd Kuhls
2016-02-21 22:13 ` Thomas Petazzoni [this message]
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=20160221231329.29094844@free-electrons.com \
--to=thomas.petazzoni@free-electrons.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox