From c06693f7a8a2625e02903aae2693f51cb36072a7 Mon Sep 17 00:00:00 2001 From: Simon Dawson Date: Wed, 26 Feb 2014 17:59:12 +0000 Subject: [PATCH] giblib: remove unnecessary autoreconf options 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 Signed-off-by: Peter Korsgaard --- package/giblib/giblib.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/package/giblib/giblib.mk b/package/giblib/giblib.mk index b955943e47..6d1ebb84f9 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