gnutls: add to system image

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
Ian Leonard 2019-04-09 22:01:56 +00:00
parent 9e45352127
commit 2468ca2d0a

View File

@ -25,6 +25,3 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-doc \
--with-included-unistring \
--without-p11-kit \
--without-tpm"
makeinstall_target() {
make install DESTDIR="$INSTALL/../.INSTALL_PKG"
}