You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
387 B

  1. --- a/Makefile.PL
  2. +++ b/Makefile.PL
  3. @@ -39,7 +39,7 @@ repository 'http://github.com/szbalint/
  4. #print "The version is $version\n";
  5. my @includes = qw();
  6. -my ($cflags,$lflags, $ldflags) = ('','','');
  7. +my ($cflags,$lflags, $ldflags) = ('','-lcurl','');
  8. # You may need to specify where to find curl.h on your platform
  9. # These are guesses only, in case curl-config is not telling us.