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
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/apache/0002-nios2_is_not_os2.patch b/cirros-testvm/src-cirros/buildroot-2015.05/package/apache/0002-nios2_is_not_os2.patch
new file mode 100644 (file)
index 0000000..9da8cca
--- /dev/null
@@ -0,0 +1,18 @@
+Fix nios2 detection.
+
+Apache treats nios2 as OS/2.
+
+Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
+
+diff -uNr httpd-2.4.12.org/configure.in httpd-2.4.12/configure.in
+--- httpd-2.4.12.org/configure.in      2015-01-22 18:33:07.000000000 +0100
++++ httpd-2.4.12/configure.in  2015-04-02 22:01:32.851102219 +0200
+@@ -268,7 +268,7 @@
+ AC_MSG_NOTICE([])
+ case $host in
+-  *os2*)
++  *-os2*)
+       # Use a custom made libtool replacement
+       echo "using aplibtool"
+       LIBTOOL="$abs_srcdir/srclib/apr/build/aplibtool"