From 56e641a6322caf5b06c16bf9f33b7ee904fe36f2 Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 24 Dec 2009 03:59:28 +0000 Subject: [PATCH] [packages] gzip: force getopt detection git-svn-id: svn://svn.openwrt.org/openwrt/packages@18914 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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.11.0