packages/lang/perl-www-curl/patches/100-perl-www-curl_disable_curl-config_hack.patch
matteo 0fdbb66a65 more perl packages
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11628 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-03 12:31:32 +00:00

12 lines
521 B
Diff

--- WWW-Curl-4.00.config/Makefile.PL 2008-04-21 23:18:39.000000000 +0200
+++ WWW-Curl-4.00/Makefile.PL 2008-04-21 23:18:52.000000000 +0200
@@ -11,7 +11,7 @@
no_index directory => 'template';
# This is a hack. If you have libcurl installed, just specify curl.h below
# and comment out this line.
-requires_external_bin 'curl-config';
+#requires_external_bin 'curl-config';
# This utility helper generates the constants function from curl.h
# It is normally only used by the maintainer, but if you're curl is older