diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2010-06-08 13:43:10 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-08 21:58:08 +0200 |
commit | 0b8c497b3ecdbe9029e2ce548dd50934485b3c9f (patch) | |
tree | a19d07461ea1e76c5c7b878c4e3e8c41ad1d4fc5 /package/file/file-nocxx.patch | |
parent | 8df21528ed0d16bf52f743d1f20db381122271a8 (diff) | |
download | buildroot-novena-0b8c497b3ecdbe9029e2ce548dd50934485b3c9f.tar.gz buildroot-novena-0b8c497b3ecdbe9029e2ce548dd50934485b3c9f.zip |
file: bump version and migrate to autotargets
Closes #1927
[Peter: host-zlib is a dependency of host-file, not file]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/file/file-nocxx.patch')
-rw-r--r-- | package/file/file-nocxx.patch | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/package/file/file-nocxx.patch b/package/file/file-nocxx.patch new file mode 100644 index 000000000..3b0eec6c9 --- /dev/null +++ b/package/file/file-nocxx.patch @@ -0,0 +1,31 @@ +From 126fcb5d08d69693eb4c6e5f5c3d1082b6910121 Mon Sep 17 00:00:00 2001 +From: Gustavo Zacarias <gustavo@zacarias.com.ar> +Date: Mon, 7 Jun 2010 11:40:04 -0300 +Subject: [PATCH] Disable configure script from checking for CXX since it's not needed + + +Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> +--- + configure | 6 ++---- + 1 files changed, 2 insertions(+), 4 deletions(-) + +diff --git a/configure b/configure +index a6e812b..ac2587f 100755 +--- a/configure ++++ b/configure +@@ -6136,10 +6136,8 @@ if $ac_preproc_ok; then + : + else + { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check +-See \`config.log' for more details." >&5 +-echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check +-See \`config.log' for more details." >&2;} +- { (exit 1); exit 1; }; } ++See \`config.log' for more details." >&5;} ++ { echo "C++ sucks, ignoring ..." >&5; }; } + fi + + ac_ext=cpp +-- +1.6.4.4 + |