mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
Use XC_CHECK_BUILD_FLAGS instead of XC_CHECK_USER_FLAGS.
|
||||
Otherwise it complains of CPPFLAGS in CFLAGS.
|
||||
|
||||
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
|
||||
|
||||
diff -Nura c-ares-1.10.0.orig/m4/xc-cc-check.m4 c-ares-1.10.0/m4/xc-cc-check.m4
|
||||
--- c-ares-1.10.0.orig/m4/xc-cc-check.m4 2013-12-26 19:40:46.354195974 -0300
|
||||
+++ c-ares-1.10.0/m4/xc-cc-check.m4 2013-12-26 19:41:01.850718535 -0300
|
||||
@@ -59,7 +59,7 @@
|
||||
|
||||
AC_DEFUN([_XC_PROG_CC], [
|
||||
AC_REQUIRE([_XC_PROG_CC_PREAMBLE])dnl
|
||||
- AC_REQUIRE([XC_CHECK_USER_FLAGS])dnl
|
||||
+ AC_REQUIRE([XC_CHECK_BUILD_FLAGS])dnl
|
||||
AC_REQUIRE([AC_PROG_INSTALL])dnl
|
||||
AC_REQUIRE([AC_PROG_CC])dnl
|
||||
AC_REQUIRE([AM_PROG_CC_C_O])dnl
|
||||
6
package/c-ares/Config.in
Normal file
6
package/c-ares/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_C_ARES
|
||||
bool "c-ares"
|
||||
help
|
||||
C library for asynchronous DNS requests.
|
||||
|
||||
http://c-ares.haxx.se/
|
||||
5
package/c-ares/c-ares.hash
Normal file
5
package/c-ares/c-ares.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 6cdb97871f2930530c97deb7cf5c8fa4be5a0b02c7cea6e7c7667672a39d6852 c-ares-1.15.0.tar.gz
|
||||
|
||||
# Hash for license file
|
||||
sha256 db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c LICENSE.md
|
||||
17
package/c-ares/c-ares.mk
Normal file
17
package/c-ares/c-ares.mk
Normal file
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# c-ares
|
||||
#
|
||||
################################################################################
|
||||
|
||||
C_ARES_VERSION = 1.15.0
|
||||
C_ARES_SITE = http://c-ares.haxx.se/download
|
||||
C_ARES_INSTALL_STAGING = YES
|
||||
C_ARES_CONF_OPTS = --with-random=/dev/urandom
|
||||
# Rebuild configure to avoid XC_CHECK_USER_CFLAGS
|
||||
C_ARES_AUTORECONF = YES
|
||||
C_ARES_LICENSE = MIT
|
||||
C_ARES_LICENSE_FILES = LICENSE.md
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user