0
0
mirror of https://github.com/openwrt/packages.git synced 2025-08-14 06:23:00 +00:00
Files
packages/lang/perl/perl-www-curl/patches/200-fix_default_lflags.patch
Josef Schlehofer e9f4aa38ef treewide: move all perl packages into its own folder
This makes it in sync with Python packages.
Python packages has its own place in /lang/python
Perl does not, so this fixes it.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2025-07-06 16:21:08 +02:00

12 lines
387 B
Diff

--- 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.