From: Simon Dawson Date: Wed, 26 Feb 2014 18:00:49 +0000 (+0000) Subject: zyre: remove unnecessary autoreconf options X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9e40a1005f51d10784db295797ed270a130d79d5;p=buildroot.git zyre: remove unnecessary autoreconf options The default $(PKG)_AUTORECONF_OPT already includes the -i and -f flags, so there is no point in specifying these in the package makefile. Further, the -v option to autoreconf is not required. Signed-off-by: Simon Dawson Signed-off-by: Peter Korsgaard --- diff --git a/package/zyre/zyre.mk b/package/zyre/zyre.mk index 405697ad44..66952aa8bc 100644 --- a/package/zyre/zyre.mk +++ b/package/zyre/zyre.mk @@ -11,7 +11,6 @@ ZYRE_LICENSE_FILES = COPYING COPYING.LESSER ZYRE_INSTALL_STAGING = YES ZYRE_DEPENDENCIES = filemq ZYRE_AUTORECONF = YES -ZYRE_AUTORECONF_OPT = --install --force --verbose define ZYRE_CREATE_CONFIG_DIR mkdir -p $(@D)/config