summaryrefslogtreecommitdiff
path: root/package/apr
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/apr
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/apr')
-rw-r--r--package/apr/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/apr/Makefile b/package/apr/Makefile
index 5a481234f..53048e334 100644
--- a/package/apr/Makefile
+++ b/package/apr/Makefile
@@ -28,7 +28,8 @@ endif
$(eval $(call PKG_template,APR,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
CONFIGURE_STYLE:= gnu
-CONFIGURE_ENV+= ac_cv_func_setpgrp_void=no
+# uClibc setpgrp does not take arguments
+CONFIGURE_ENV+= ac_cv_func_setpgrp_void=yes
CONFIGURE_ENV+= ac_cv_sizeof_size_t=4
CONFIGURE_ENV+= ac_cv_sizeof_ssize_t=4
CONFIGURE_ENV+= ac_cv_file__dev_zero=yes