lualanes: Update to 3.13.0
[feed/packages.git] / libs / libndpi / patches / 0005-Do-not-use-the-available-clang-as-the-default-compil.patch
1 From 54fd7face86f3d5287bc8d0f2633bd13c66498cf Mon Sep 17 00:00:00 2001
2 From: Vitaly Lavrov <vel21ripn@gmail.com>
3 Date: Sun, 30 Sep 2018 22:49:18 +0300
4 Subject: [PATCH 5/9] Do not use the available clang as the default compiler.
5 Use the CC environment variable when running autogen.sh and configure.
6
7 ---
8 configure.seed | 6 ------
9 1 file changed, 6 deletions(-)
10
11 diff --git a/configure.seed b/configure.seed
12 index 8f8817f..b150fdb 100644
13 --- a/configure.seed
14 +++ b/configure.seed
15 @@ -51,12 +51,6 @@ if test $SHORT_MACHINE = "arm"; then
16 else
17 AC_CHECK_LIB([numa], [numa_available], [LIBNUMA="-lnuma"])
18 fi
19 -
20 -if test -z `which clang`; then
21 -CC=gcc
22 -else
23 -CC=clang
24 -fi
25
26 HS_LIB=
27 HS_INC=
28 --
29 2.19.1
30