Bug #8759 ยป config.patch
| configure.in | ||
|---|---|---|
|
SOLIBS=
|
||
|
AS_CASE(["$target_os"],
|
||
|
[cygwin*|mingw*|beos*|haiku*|darwin*|os2-emx*], [
|
||
|
[cygwin*|mingw*|beos*|haiku*|os2-emx*], [
|
||
|
: ${DLDLIBS=""}
|
||
|
],
|
||
|
[darwin*], [
|
||
|
: ${DLDLIBS=""}
|
||
|
RUBY_APPEND_OPTION(XLDFLAGS, [-framework CoreFoundation])
|
||
|
RUBY_APPEND_OPTION(LIBRUBYARG_STATIC, [-framework CoreFoundation])
|
||
|
],
|
||
|
[
|
||
|
DLDLIBS="$DLDLIBS -lc"
|
||
|
])
|
||