mirror of
https://github.com/openwrt/packages.git
synced 2025-02-12 04:38:06 +00:00
5d8d4fbbcb
The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
12 lines
282 B
Diff
12 lines
282 B
Diff
--- a/m4/xiph_curl.m4
|
|
+++ b/m4/xiph_curl.m4
|
|
@@ -52,7 +52,7 @@ AC_CHECK_HEADERS([curl/curl.h],, curl_ok
|
|
AC_MSG_CHECKING(for libcurl)
|
|
if test "$curl_ok" = "yes"
|
|
then
|
|
- AC_RUN_IFELSE(AC_LANG_SOURCE([
|
|
+ AC_COMPILE_IFELSE(AC_LANG_SOURCE([
|
|
#include <curl/curl.h>
|
|
int main()
|
|
{
|