diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-12 00:43:43 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-12 00:43:43 +0100 |
commit | 965bf8becf63a12169cd964973e3a56fd96e21fe (patch) | |
tree | 5c9459da5196712c9153304804a1b44510b6e00b /package/tar | |
parent | 070cac9d32fa7a0f7f4d52eddec901d248cdfae3 (diff) |
a bunch of FreeBSD compatibility patches
Diffstat (limited to 'package/tar')
-rw-r--r-- | package/tar/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/tar/Makefile b/package/tar/Makefile index a38e55e67..c1a3823fb 100644 --- a/package/tar/Makefile +++ b/package/tar/Makefile @@ -18,6 +18,8 @@ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,TAR,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) CONFIGURE_STYLE:= gnu +CONFIGURE_ENV+= gl_cv_func_mbrtowc_incomplete_state=no \ + gl_cv_func_wcrtomb_retval=no BUILD_STYLE:= auto INSTALL_STYLE:= auto |