[Buildroot] [git commit branch/next] giblib: remove unnecessary autoreconf options

Peter Korsgaard peter at korsgaard.com
Wed Feb 26 20:53:49 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=c06693f7a8a2625e02903aae2693f51cb36072a7
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/next

The default $(PKG)_AUTORECONF_OPT already includes the -i flag,
so there is no point in specifying this in the package makefile.

Signed-off-by: Simon Dawson <spdawson at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/giblib/giblib.mk |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/package/giblib/giblib.mk b/package/giblib/giblib.mk
index b955943..6d1ebb8 100644
--- a/package/giblib/giblib.mk
+++ b/package/giblib/giblib.mk
@@ -9,7 +9,6 @@ GIBLIB_SITE = http://linuxbrit.co.uk/downloads/
 GIBLIB_INSTALL_STAGING = YES
 GIBLIB_DEPENDENCIES = imlib2
 GIBLIB_AUTORECONF = YES
-GIBLIB_AUTORECONF_OPT = --install
 GIBLIB_CONF_OPT = --with-imlib2-prefix=$(STAGING_DIR)/usr \
 		  --with-imlib2-exec-prefix=$(STAGING_DIR)/usr
 GIBLIB_CONFIG_SCRIPTS = giblib-config


More information about the buildroot mailing list