From 43255b790d08156bb6474e0ca72c9a3440bd4302 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 6 Jan 2010 18:48:54 +0100 Subject: 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. --- package/.template/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'package/.template') diff --git a/package/.template/Makefile b/package/.template/Makefile index 66064ce81..67d1cc183 100644 --- a/package/.template/Makefile +++ b/package/.template/Makefile @@ -23,12 +23,14 @@ $(eval $(call PKG_template,@UPKG@,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PK CONFIGURE_STYLE:= gnu # use following to add ./configure options #CONFIGURE_ARGS+= --disable-foo +# overwrite any configure variables +#CONFIGURE_ENV+= ac_cv_func_setpgrp_void=yes BUILD_STYLE:= auto INSTALL_STYLE:= auto # please install all files and directories to the package dir post-install: - $(INSTALL_DIR) $(IDIR_@UPKG@)/bin + $(INSTALL_DIR) $(IDIR_@UPKG@)/usr/bin $(INSTALL_BIN) $(WRKINST)/usr/bin/@PKG@ $(IDIR_@UPKG@)/usr/bin include ${TOPDIR}/mk/pkg-bottom.mk -- cgit v1.2.3