From: Nicolas Thill Date: Thu, 24 Dec 2009 03:59:28 +0000 (+0000) Subject: gzip: force getopt detection X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e3171397d6ca73ffa31ffb92bb82393b00dd9658;p=openwrt%2Fsvn-archive%2Fpackages.git gzip: force getopt detection SVN-Revision: 18914 --- diff --git a/utils/gzip/Makefile b/utils/gzip/Makefile index 3b6996590..cf9cf88cf 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)" \