summaryrefslogtreecommitdiff
path: root/package/ruby
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-06 18:48:54 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-06 18:48:54 +0100
commit43255b790d08156bb6474e0ca72c9a3440bd4302 (patch)
treea4135095572054b779a3e808739277aa71f15436 /package/ruby
parent426e6ef0749fcc407512f130d463019334b8886c (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')
-rw-r--r--package/ruby/Makefile1
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