0002-nios2_is_not_os2.patch 518 B

123456789101112131415161718
  1. Fix nios2 detection.
  2. Apache treats nios2 as OS/2.
  3. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
  4. diff -uNr httpd-2.4.12.org/configure.in httpd-2.4.12/configure.in
  5. --- httpd-2.4.12.org/configure.in 2015-01-22 18:33:07.000000000 +0100
  6. +++ httpd-2.4.12/configure.in 2015-04-02 22:01:32.851102219 +0200
  7. @@ -268,7 +268,7 @@
  8. AC_MSG_NOTICE([])
  9. case $host in
  10. - *os2*)
  11. + *-os2*)
  12. # Use a custom made libtool replacement
  13. echo "using aplibtool"
  14. LIBTOOL="$abs_srcdir/srclib/apr/build/aplibtool"