|
148 | 148 | # Compile wrapper.
|
149 | 149 | #
|
150 | 150 | # CHANGE: We added source files lstat, stat here to get it compile on
|
151 |
| -# Mac OS X. But this is all very brittle; for example on Cygwin, |
152 |
| -# strerror-override.c does not compile (it is excluded when compiling |
153 |
| -# libgnu.a, but here it is included conditionally.) May be better to |
154 |
| -# link against the built gnulib, but this is tricky because of |
155 |
| -# possible libtool. So we are leaving it like this for now, and on |
| 151 | +# Mac OS X. But this is all very brittle; for example on Cygwin and |
| 152 | +# Solaris, strerror-override.c does not compile (it is excluded when |
| 153 | +# compiling libgnu.a, but here it is included conditionally.) May be |
| 154 | +# better to link against the built gnulib, but this is tricky because |
| 155 | +# of possible libtool. So we are leaving it like this for now, and on |
156 | 156 | # Cygwin disable compilation of wrappers, because everything seems to
|
157 |
| -# work fine without them?! --mkoeppe, 2013-08-14. |
| 157 | +# work fine without them?! To also get it to work on Solaris, used |
| 158 | +# patch from Dima Pasechnik to make strerror-override.c compile. |
| 159 | +# --mkoeppe, 2013-08-20. |
158 | 160 | func_verbose $compile_command \
|
159 | 161 | -I"$builddir" -I"$srcdir" -I"$config_h_dir" \
|
160 | 162 | -DHAVE_CONFIG_H -DIN_RELOCWRAPPER -DNO_XMALLOC \
|
|
0 commit comments