Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] zyre: remove unnecessary autoreconf options
@ 2014-02-26 18:00 Simon Dawson
  2014-02-26 20:53 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Dawson @ 2014-02-26 18:00 UTC (permalink / raw)
  To: buildroot

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 <spdawson@gmail.com>
---
 package/zyre/zyre.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/zyre/zyre.mk b/package/zyre/zyre.mk
index 405697a..66952aa 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
-- 
1.8.3.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-26 20:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-26 18:00 [Buildroot] [PATCH] zyre: remove unnecessary autoreconf options Simon Dawson
2014-02-26 20:53 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox