From: Nicolas Thill Date: Thu, 24 Dec 2009 03:59:28 +0000 (+0000) Subject: [packages] gzip: force getopt detection X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=e020bf31f06d326aef5bf57973654117dde901c7 [packages] gzip: force getopt detection SVN-Revision: 18914 --- diff --git a/utils/gzip/Makefile b/utils/gzip/Makefile index 3b69965900..cf9cf88cff 100644 --- a/utils/gzip/Makefile +++ b/utils/gzip/Makefile @@ -30,6 +30,9 @@ define Package/gzip/description replacement for compress. endef +CONFIGURE_VARS += \ + gl_cv_func_getopt_gnu=yes \ + define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ DESTDIR="$(PKG_INSTALL_DIR)" \