[Buildroot] [git commit] perl-net-ssleay: add comment to new hook

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Jul 15 17:35:01 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=1f624d6b841570b4e53d98eea0f12009fbe794bc
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 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 6b21eb2..7234d1e 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


More information about the buildroot mailing list