diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/.template/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/.template/Makefile b/package/.template/Makefile index 2c54be734..e753dc84e 100644 --- a/package/.template/Makefile +++ b/package/.template/Makefile @@ -62,7 +62,7 @@ $(eval $(call PKG_template,@UPKG@,@PKG@,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPE #CONFIG_STYLE:= manual # use following to add ./configure options #CONFIGURE_ARGS+= --disable-foo -# overwrite any configure variables +# override any configure variables #CONFIGURE_ENV+= ac_cv_func_setpgrp_void=yes #BUILD_STYLE:= manual #INSTALL_STYLE:= manual |