summaryrefslogtreecommitdiffstats
path: root/rules/c-ares.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-05-06 09:41:02 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-05-17 08:16:15 +0200
commit49d632101ee3da1aaeeb53bb8c961cc9f8884d20 (patch)
tree9d74c2c445658a542b610640ed744112aab21db6 /rules/c-ares.make
parent40b29ebfc0dde46ed0cbc2d72ac33905927fae1d (diff)
downloadptxdist-49d632101ee3da1aaeeb53bb8c961cc9f8884d20.tar.gz
ptxdist-49d632101ee3da1aaeeb53bb8c961cc9f8884d20.tar.xz
c-ares: provide explicit configure options
Expecially --with-random=/dev/urandom is needed. Otherwise no random source is used when cross-compiling. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/c-ares.make')
-rw-r--r--rules/c-ares.make12
1 files changed, 10 insertions, 2 deletions
diff --git a/rules/c-ares.make b/rules/c-ares.make
index 2720dee9f..ed57468db 100644
--- a/rules/c-ares.make
+++ b/rules/c-ares.make
@@ -35,8 +35,16 @@ C_ARES_LICENSE := MIT
#
C_ARES_CONF_TOOL := autoconf
C_ARES_CONF_OPT := \
- $(CROSS_AUTOCONF_USR) \
- --enable-nonblocking
+ $(CROSS_AUTOCONF_USR) \
+ --disable-debug \
+ --enable-optimize \
+ --enable-warnings \
+ --disable-werror \
+ --disable-curldebug \
+ --enable-symbol-hiding \
+ $(GLOBAL_LARGE_FILE_OPTION) \
+ --enable-nonblocking \
+ --with-random=/dev/urandom
# ----------------------------------------------------------------------------
# Target-Install