From e3171397d6ca73ffa31ffb92bb82393b00dd9658 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Thu, 24 Dec 2009 03:59:28 +0000 Subject: [PATCH] gzip: force getopt detection SVN-Revision: 18914 --- utils/gzip/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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)" \ -- 2.30.2