genode/repos/libports/src/lib/curl/configure.patch
2014-05-27 11:14:42 +02:00

20 lines
698 B
Diff

Since noux.mk is using a brute-force approach for setting
CFLAGS, CPPFLAGs etc. disable this check.
+++ src/lib/curl/configure
@@ -3671,8 +3671,8 @@
- if test $xc_bad_var_libs = yes ||
- test $xc_bad_var_cflags = yes ||
- test $xc_bad_var_ldflags = yes ||
- test $xc_bad_var_cppflags = yes; then
- as_fn_error $? "Can not continue. Fix errors mentioned immediately above this line." "$LINENO" 5
- fi
+# if test $xc_bad_var_libs = yes ||
+# test $xc_bad_var_cflags = yes ||
+# test $xc_bad_var_ldflags = yes ||
+# test $xc_bad_var_cppflags = yes; then
+# as_fn_error $? "Can not continue. Fix errors mentioned immediately above this line." "$LINENO" 5
+# fi