Explorar o código

findutils: fix compile with debugging options

Phil Sutter %!s(int64=14) %!d(string=hai) anos
pai
achega
361b9c3c78
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      package/findutils/Makefile

+ 2 - 1
package/findutils/Makefile

@@ -21,7 +21,8 @@ include $(TOPDIR)/mk/package.mk
 $(eval $(call PKG_template,FINDUTILS,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
 $(eval $(call PKG_template,LOCATE,locate,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_LOCATE},${PKG_SECTION}))
 
-CONFIGURE_ENV+=		gl_cv_func_wcwidth_works=yes
+CONFIGURE_ENV+=		gl_cv_func_wcwidth_works=yes \
+			ac_cv_func_working_mktime=yes
 
 post-install:
 	$(INSTALL_DIR) $(IDIR_FINDUTILS)/usr/bin