summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/apache/0002-nios2_is_not_os2.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/package/apache/0002-nios2_is_not_os2.patch b/package/apache/0002-nios2_is_not_os2.patch
new file mode 100644
index 0000000000..9da8ccac02
--- /dev/null
+++ b/package/apache/0002-nios2_is_not_os2.patch
@@ -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"
OpenPOWER on IntegriCloud