From: nico Date: Thu, 24 Dec 2009 03:59:28 +0000 (+0000) Subject: [packages] gzip: force getopt detection X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=56e641a6322caf5b06c16bf9f33b7ee904fe36f2;p=packages.git [packages] gzip: force getopt detection git-svn-id: svn://svn.openwrt.org/openwrt/packages@18914 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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)" \