1 With uclibc or musl configuration, $host does not match to '*-linux-gnu*'.
2 I touch configure directly instead of configure.ac because autoreconf
3 failed by version mismatch of autotools.
5 Signed-off-by: Hiroshi Kawashima <kei-k@ca2.so-net.ne.jp>
7 diff -ur a/configure b/configure
8 --- a/configure 2014-07-20 15:15:05.000000000 +0900
9 +++ b/configure 2015-10-20 21:52:32.791442291 +0900
14 - *-linux-gnu*|*-*-gnu*|*freebsd*|*dragonfly*)
15 + *-linux-*|*-*-gnu*|*freebsd*|*dragonfly*)
16 SHLIB_SO_CFLAGS="-fPIC"
17 SHLIB_SO_LDFLAGS="$rpath -shared -o"
20 diff -ur a/configure.ac b/configure.ac
21 --- a/configure.ac 2015-10-21 21:33:17.370000200 +0900
22 +++ b/configure.ac 2015-10-21 21:33:39.784110527 +0900
27 - *-linux-gnu*|*-*-gnu*|*freebsd*|*dragonfly*)
28 + *-linux-*|*-*-gnu*|*freebsd*|*dragonfly*)
29 SHLIB_SO_CFLAGS="-fPIC"
30 SHLIB_SO_LDFLAGS="$rpath -shared -o"