Browse Source

gnutls: Hacked to not rebuild gnutls.info when cross compiling

user/amery/cross
Alejandro Mery 17 years ago
parent
commit
bc6b8ca23b
  1. 6
      security/gnutls/gnutls.conf

6
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

Loading…
Cancel
Save