diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-07-15 19:35:01 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-07-15 19:35:01 +0200 |
commit | 1f624d6b841570b4e53d98eea0f12009fbe794bc (patch) | |
tree | 1a04c14949e58b05e7c89e3c3651403e055ba49c | |
parent | 64b2db6a43775196656086f3cd004908691a0f5a (diff) | |
download | buildroot-1f624d6b841570b4e53d98eea0f12009fbe794bc.tar.gz buildroot-1f624d6b841570b4e53d98eea0f12009fbe794bc.zip |
perl-net-ssleay: add comment to new hook
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/perl-net-ssleay/perl-net-ssleay.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/perl-net-ssleay/perl-net-ssleay.mk b/package/perl-net-ssleay/perl-net-ssleay.mk index 6b21eb2fad..7234d1eb04 100644 --- a/package/perl-net-ssleay/perl-net-ssleay.mk +++ b/package/perl-net-ssleay/perl-net-ssleay.mk @@ -15,6 +15,7 @@ PERL_NET_SSLEAY_LICENSE_FILES = LICENSE # suffers from: don't search for openssl, they pick the host-system one. PERL_NET_SSLEAY_CONF_ENV = OPENSSL_PREFIX=$(STAGING_DIR)/usr +# Remove problematic single quotes in LDDLFLAGS definition define PERL_NET_SSLEAY_FIX_MAKEFILE $(SED) "s/^LDDLFLAGS = '\(.*\)'/LDDLFLAGS = \1/" $(@D)/Makefile endef |