aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/curl/patches/100-check_long_long.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-06-11 15:43:24 +0000
committerJo-Philipp Wich <jow@openwrt.org>2014-06-11 15:43:24 +0000
commit7c62c2994f0c09ec6aaed177ddd58b51e3f37665 (patch)
treee36132f2120a67fa2aee04412c40bf85e746ddbf /package/network/utils/curl/patches/100-check_long_long.patch
parentd7029483f4f5de42914aeaeb07ac68d238a7acfd (diff)
downloadmaster-187ad058-7c62c2994f0c09ec6aaed177ddd58b51e3f37665.tar.gz
master-187ad058-7c62c2994f0c09ec6aaed177ddd58b51e3f37665.tar.bz2
master-187ad058-7c62c2994f0c09ec6aaed177ddd58b51e3f37665.zip
curl: move to core packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41143 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/curl/patches/100-check_long_long.patch')
-rw-r--r--package/network/utils/curl/patches/100-check_long_long.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/network/utils/curl/patches/100-check_long_long.patch b/package/network/utils/curl/patches/100-check_long_long.patch
new file mode 100644
index 0000000000..7e014cd951
--- /dev/null
+++ b/package/network/utils/curl/patches/100-check_long_long.patch
@@ -0,0 +1,10 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -2904,6 +2904,7 @@ CURL_VERIFY_RUNTIMELIBS
+
+ AC_CHECK_SIZEOF(size_t)
+ AC_CHECK_SIZEOF(long)
++AC_CHECK_SIZEOF(long long)
+ AC_CHECK_SIZEOF(int)
+ AC_CHECK_SIZEOF(short)
+ CURL_CONFIGURE_LONG