[vlc-devel] [PATCH] contrib: libssp: build libssp on Win32 so we can patch it to use bcrypt

Steve Lhomme robux4 at ycbcr.xyz
Tue Apr 7 15:15:18 CEST 2020


> +++ b/contrib/src/libssp/rules.mak
> @@ -0,0 +1,28 @@
> +# libssp
> +LIBSSP_VERSION := 9_2_0
> +LIBSSP_SVNURL := svn://gcc.gnu.org/svn/gcc/tags/gcc_$(LIBSSP_VERSION)_release/libssp
> +
> +ifdef HAVE_WIN32
> +PKGS += libssp
> +endif
> +
> +$(TARBALLS)/libssp-$(LIBSSP_VERSION).tar.gz:
> +	rm -rf libssp-$(LIBSSP_VERSION) libssp
> +	$(SVN) checkout -q $(LIBSSP_SVNURL)

Yes, we are using SVN. So we don't download the whole gcc tree.


More information about the vlc-devel mailing list