This is definitely one of the ugliest things I ever got my hands on. If it even did the job properly, but no, it tries to install it's headers in /usr/include/curl collidings with actual curl's headers. Fixed that by installing them into /usr/include/gnurl instead. Now gnunet can use gnurl. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 lines
229 B
Diff
10 lines
229 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -2885,6 +2885,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
|