diff options
Diffstat (limited to 'meta-networking/recipes-support/ntopng/files/0001-configure.ac.in-not-check-clang-on-host.patch')
| -rw-r--r-- | meta-networking/recipes-support/ntopng/files/0001-configure.ac.in-not-check-clang-on-host.patch | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/meta-networking/recipes-support/ntopng/files/0001-configure.ac.in-not-check-clang-on-host.patch b/meta-networking/recipes-support/ntopng/files/0001-configure.ac.in-not-check-clang-on-host.patch deleted file mode 100644 index ffb106723c..0000000000 --- a/meta-networking/recipes-support/ntopng/files/0001-configure.ac.in-not-check-clang-on-host.patch +++ /dev/null | |||
| @@ -1,44 +0,0 @@ | |||
| 1 | From 5867be19e53a3cc09730b83282c83bdd26147cc3 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Mingli Yu <mingli.yu@windriver.com> | ||
| 3 | Date: Mon, 9 Nov 2020 04:05:25 +0000 | ||
| 4 | Subject: [PATCH] configure.ac.in: not check clang on host | ||
| 5 | |||
| 6 | Don't check clang on host to avoid host contamination. | ||
| 7 | |||
| 8 | Upstream-Status: Inappropriate [OE specific] | ||
| 9 | |||
| 10 | Signed-off-by: Mingli Yu <mingli.yu@windriver.com> | ||
| 11 | --- | ||
| 12 | configure.ac.in | 16 ---------------- | ||
| 13 | 1 file changed, 16 deletions(-) | ||
| 14 | |||
| 15 | diff --git a/configure.ac.in b/configure.ac.in | ||
| 16 | index 55bd49678..94bc0bc48 100644 | ||
| 17 | --- a/configure.ac.in | ||
| 18 | +++ b/configure.ac.in | ||
| 19 | @@ -90,22 +90,6 @@ if test $SYSTEM = "FreeBSD" || test $SYSTEM = "Darwin"; then | ||
| 20 | CFLAGS="-fno-color-diagnostics $CFLAGS" | ||
| 21 | fi | ||
| 22 | fi | ||
| 23 | -else | ||
| 24 | - if test $SYSTEM = "Linux"; then | ||
| 25 | - if [ test -f /usr/bin/clang++ ]; then | ||
| 26 | - CC=clang | ||
| 27 | - CXX=clang++ | ||
| 28 | - AC_MSG_RESULT(Using clang++ compiler) | ||
| 29 | - fi | ||
| 30 | - | ||
| 31 | - if [ test -f /etc/redhat-release ]; then | ||
| 32 | - OS=`cat /etc/redhat-release` | ||
| 33 | - else | ||
| 34 | - if [ test -f /usr/bin/lsb_release ]; then | ||
| 35 | - OS=`/usr/bin/lsb_release -d|cut -d ':' -f 2` | ||
| 36 | - fi | ||
| 37 | - fi | ||
| 38 | - fi | ||
| 39 | fi | ||
| 40 | |||
| 41 | dnl> Remove spaces | ||
| 42 | -- | ||
| 43 | 2.17.1 | ||
| 44 | |||
