imgtec-ci20: genimage config/ u-boot env
[openadk.git] / package / snort / patches / patch-configure
blob915650ed6bfe68bd3a787280df1c391cee2a7346
1 --- snort-2.9.14.1.orig/configure       2019-08-02 08:33:43.000000000 +0200
2 +++ snort-2.9.14.1/configure    2019-10-08 14:35:23.506350397 +0200
3 @@ -14408,50 +14408,6 @@ _ACEOF
4  fi
5  
6  
7 -# In case INADDR_NONE is not defined (like on Solaris)
8 -have_inaddr_none="no"
9 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for INADDR_NONE" >&5
10 -$as_echo_n "checking for INADDR_NONE... " >&6; }
11 -if test "$cross_compiling" = yes; then :
12 -  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14 -as_fn_error $? "cannot run test program while cross compiling
15 -See \`config.log' for more details" "$LINENO" 5; }
16 -else
17 -  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18 -/* end confdefs.h.  */
20 -#include <sys/types.h>
21 -#include <netinet/in.h>
22 -#include <arpa/inet.h>
24 -int
25 -main ()
28 -       if (inet_addr("10,5,2") == INADDR_NONE);
29 -    return 0;
31 -  ;
32 -  return 0;
34 -_ACEOF
35 -if ac_fn_c_try_run "$LINENO"; then :
36 -  have_inaddr_none="yes"
37 -else
38 -  have_inaddr_none="no"
39 -fi
40 -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
41 -  conftest.$ac_objext conftest.beam conftest.$ac_ext
42 -fi
44 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_inaddr_none" >&5
45 -$as_echo "$have_inaddr_none" >&6; }
46 -if test "x$have_inaddr_none" = "xno"; then
48 -$as_echo "#define INADDR_NONE -1" >>confdefs.h
50 -fi
52  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
53  /* end confdefs.h.  */
54 @@ -14861,45 +14817,6 @@ if test "x$LPCAP" = "xno"; then
55    fi
56  fi
58 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_lex_destroy" >&5
59 -$as_echo_n "checking for pcap_lex_destroy... " >&6; }
60 -if test "$cross_compiling" = yes; then :
61 -  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
62 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
63 -as_fn_error $? "cannot run test program while cross compiling
64 -See \`config.log' for more details" "$LINENO" 5; }
65 -else
66 -  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
67 -/* end confdefs.h.  */
69 -#include <pcap.h>
71 -int
72 -main ()
75 -   pcap_lex_destroy();
77 -  ;
78 -  return 0;
80 -_ACEOF
81 -if ac_fn_c_try_run "$LINENO"; then :
82 -  have_pcap_lex_destroy="yes"
83 -else
84 -  have_pcap_lex_destroy="no"
85 -fi
86 -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
87 -  conftest.$ac_objext conftest.beam conftest.$ac_ext
88 -fi
90 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_pcap_lex_destroy" >&5
91 -$as_echo "$have_pcap_lex_destroy" >&6; }
92 -if test "x$have_pcap_lex_destroy" = "xyes"; then
94 -$as_echo "#define HAVE_PCAP_LEX_DESTROY 1" >>confdefs.h
96 -fi
98  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_lib_version" >&5
99  $as_echo_n "checking for pcap_lib_version... " >&6; }
100 @@ -15830,38 +15747,7 @@ fi
102  fi
104 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for daq address space ID" >&5
105 -$as_echo_n "checking for daq address space ID... " >&6; }
106 -if test "$cross_compiling" = yes; then :
107 -  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
108 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
109 -as_fn_error $? "cannot run test program while cross compiling
110 -See \`config.log' for more details" "$LINENO" 5; }
111 -else
112 -  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
113 -/* end confdefs.h.  */
115 -#include <daq.h>
117 -int
118 -main ()
121 -   DAQ_PktHdr_t hdr;
122 -   hdr.address_space_id = 0;
124 -  ;
125 -  return 0;
127 -_ACEOF
128 -if ac_fn_c_try_run "$LINENO"; then :
129 -  have_daq_address_space_id="yes"
130 -else
131 -  have_daq_address_space_id="no"
133 -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
134 -  conftest.$ac_objext conftest.beam conftest.$ac_ext
136 +have_daq_address_space_id="yes"
138  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_daq_address_space_id" >&5
139  $as_echo "$have_daq_address_space_id" >&6; }