diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-06 18:48:54 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-06 18:48:54 +0100 |
commit | 43255b790d08156bb6474e0ca72c9a3440bd4302 (patch) | |
tree | a4135095572054b779a3e808739277aa71f15436 /package/ruby/Makefile | |
parent | 426e6ef0749fcc407512f130d463019334b8886c (diff) |
document and fix setpgrp overwrite
not all packages do the right overwrite of this variable.
uClibc does not need any arguments to setpgrp function.
Finetune package template accordingly.
Diffstat (limited to 'package/ruby/Makefile')
-rw-r--r-- | package/ruby/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ruby/Makefile b/package/ruby/Makefile index 349d86c15..4bda5691e 100644 --- a/package/ruby/Makefile +++ b/package/ruby/Makefile @@ -20,6 +20,7 @@ MAKE_FILE:= GNUmakefile XAKE_FLAGS+= optflags='' debugflags='' CONFIGURE_STYLE:= gnu CONFIGURE_ARGS+= --enable-wide-getaddrinfo +# uClibc setpgrp does not take arguments CONFIGURE_ENV+= ac_cv_func_setpgrp_void=yes BUILD_STYLE:= auto INSTALL_STYLE:= auto |