mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 06:18:21 +04:00
Fixes CVE-2018-18820. Added PKG_CPE_ID for proper CVE tracking. Signed-off-by: Rosen Penev <rosenp@gmail.com>
12 lines
288 B
Diff
12 lines
288 B
Diff
--- a/m4/xiph_curl.m4
|
|
+++ b/m4/xiph_curl.m4
|
|
@@ -52,7 +52,7 @@ AC_CHECK_HEADERS([curl/curl.h],, curl_ok="no")
|
|
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()
|
|
{
|