mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
lang/perl-www-curl: Properly link against libcurl
Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
@@ -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.
|
||||||
Reference in New Issue
Block a user