[packages] gzip: force getopt detection
authorNicolas Thill <nico@openwrt.org>
Thu, 24 Dec 2009 03:59:28 +0000 (03:59 +0000)
committerNicolas Thill <nico@openwrt.org>
Thu, 24 Dec 2009 03:59:28 +0000 (03:59 +0000)
SVN-Revision: 18914

utils/gzip/Makefile

index 3b6996590043dcb0a374ac3a6edf7e611cdf1981..cf9cf88cff92c2b4b043970f6bafd8523d2c9561 100644 (file)
@@ -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)" \