aboutsummaryrefslogtreecommitdiff
path: root/lang/perl-www-curl/patches/200-fix_default_lflags.patch
blob: f51eaf5836e2ad6e689f7d247728e00194c04cdd (plain)
1
2
3
4
5
6
7
8
9
10
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.