Displaying 3 results from an estimated 3 matches for "no_curl".
2003 Aug 30
1
Fink's vorbis-tools patch
...LAGS="-I$curl_includes"
- elif test "x$curl_prefix" != "x" ; then
- CURL_CFLAGS="-I$curl_prefix/include"
- elif test "x$prefix" != "xNONE"; then
- CURL_CFLAGS="-I$prefix/include"
- fi
-
- AC_MSG_CHECKING(for libcurl)
- no_curl=""
-
+ CURL_LIBS="/usr/lib/libcurl.a -lssl -lcrypto"
if test "x$enable_curltest" = "xyes" ; then
- ac_save_CFLAGS="$CFLAGS"
- ac_save_LIBS="$LIBS"
- CFLAGS="$CFLAGS $CURL_CFLAGS"
- LIBS="$LIBS $CURL_LIBS&qu...
2002 Jan 02
2
macosx (lots of little changes)
...+114,7 @@
free(reopen_arg->format);
free(reopen_arg);
- pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL);
+ pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, &dummy_o);
}
<p>I don't like being required to go get libcurl (needs a teeny bit of
autoconf tweaking to add -DNO_CURL as needed (there is already a check
for -lcurl))
--- ogg123/http_transport.c.orig Wed Jan 2 01:28:23 2002
+++ ogg123/http_transport.c Tue Jan 1 15:37:18 2002
@@ -1,3 +1,4 @@
+#ifndef NO_CURL
/********************************************************************
*...
2002 Jan 02
2
macosx (lots of little changes)
...+114,7 @@
free(reopen_arg->format);
free(reopen_arg);
- pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL);
+ pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, &dummy_o);
}
<p>I don't like being required to go get libcurl (needs a teeny bit of
autoconf tweaking to add -DNO_CURL as needed (there is already a check
for -lcurl))
--- ogg123/http_transport.c.orig Wed Jan 2 01:28:23 2002
+++ ogg123/http_transport.c Tue Jan 1 15:37:18 2002
@@ -1,3 +1,4 @@
+#ifndef NO_CURL
/********************************************************************
*...