Skip to content

Commit

Permalink
lang/perl-www-curl: Properly link against libcurl
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Denia <[email protected]>
  • Loading branch information
Naoir committed Jul 23, 2014
1 parent 2613af4 commit 7a45936
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lang/perl-www-curl/patches/200-fix_default_lflags.patch
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 7a45936

Please sign in to comment.