diff --git a/security/gnutls/gnutls.conf b/security/gnutls/gnutls.conf index 6b8415cec..59981f2d4 100644 --- a/security/gnutls/gnutls.conf +++ b/security/gnutls/gnutls.conf @@ -55,3 +55,9 @@ if pkginstalled opencdk ; then else var_append extraconfopt ' ' "--with-included-opencdk" fi + +if atstage cross; then + #HACK: don't rebuild gnutls.info in `make install`, a dependency is changed during `make all` + #HACK: so it get's rebuilt (unsuccessfully) during `make install` + hook_add inmake 5 'touch doc/gnutls.info' +fi