]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
perl-net-ssleay: add comment to new hook
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 15 Jul 2014 17:35:01 +0000 (19:35 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 15 Jul 2014 17:35:01 +0000 (19:35 +0200)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/perl-net-ssleay/perl-net-ssleay.mk

index 6b21eb2fadac8f8c7a3406ee6ae0a7b6194a91c2..7234d1eb04c93d033cf9da117bc1024055ead011 100644 (file)
@@ -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