The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / apache / 0002-nios2_is_not_os2.patch
1 Fix nios2 detection.
2
3 Apache treats nios2 as OS/2.
4
5 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
6
7 diff -uNr httpd-2.4.12.org/configure.in httpd-2.4.12/configure.in
8 --- httpd-2.4.12.org/configure.in       2015-01-22 18:33:07.000000000 +0100
9 +++ httpd-2.4.12/configure.in   2015-04-02 22:01:32.851102219 +0200
10 @@ -268,7 +268,7 @@
11  AC_MSG_NOTICE([])
12  
13  case $host in
14 -  *os2*)
15 +  *-os2*)
16        # Use a custom made libtool replacement
17        echo "using aplibtool"
18        LIBTOOL="$abs_srcdir/srclib/apr/build/aplibtool"