From 7a459369f71bf5982d7dcb5420a5c4dd87979f44 Mon Sep 17 00:00:00 2001 From: Marcel Denia Date: Wed, 23 Jul 2014 08:28:56 +0200 Subject: [PATCH] lang/perl-www-curl: Properly link against libcurl Signed-off-by: Marcel Denia --- .../patches/200-fix_default_lflags.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lang/perl-www-curl/patches/200-fix_default_lflags.patch diff --git a/lang/perl-www-curl/patches/200-fix_default_lflags.patch b/lang/perl-www-curl/patches/200-fix_default_lflags.patch new file mode 100644 index 0000000000..f51eaf5836 --- /dev/null +++ b/lang/perl-www-curl/patches/200-fix_default_lflags.patch @@ -0,0 +1,11 @@ +--- a/Makefile.PL ++++ b/Makefile.PL +@@ -39,7 +39,7 @@ repository 'http://github.com/szbalint/ + #print "The version is $version\n"; + + my @includes = qw(); +-my ($cflags,$lflags, $ldflags) = ('','',''); ++my ($cflags,$lflags, $ldflags) = ('','-lcurl',''); + + # You may need to specify where to find curl.h on your platform + # These are guesses only, in case curl-config is not telling us.