python-cryptography: bump to version 1.7.2
[buildroot-gz.git] / package / apache / 0002-nios2_is_not_os2.patch
blob9da8ccac029165bdb49935291516f612fb336ff0
1 Fix nios2 detection.
3 Apache treats nios2 as OS/2.
5 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
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([])
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"