[vlc-devel] [PATCH 3/5] package/win32: build.sh: don't force the PKG_CONFIG_LIBDIR
Marvin Scholz
epirat07 at gmail.com
Sat Feb 15 23:54:15 CET 2020
Hi,
I am not sure what you are trying to fix here so maybe you can
elaborate?
I believe this patch would break the build for me, using an unprefixed
pkg-config?
On 14 Feb 2020, at 13:37, Steve Lhomme wrote:
> The contrib path is automatically added for contribs and for vlc.
>
> We still need it for VLC as it uses the autotools detection which
> fails to
> realise TRIPLET-pkg-config exists, runs but is not functional on
> Debian.
> ---
> extras/package/win32/build.sh | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/extras/package/win32/build.sh
> b/extras/package/win32/build.sh
> index 6d782adf0dc..b3533dcdf34 100755
> --- a/extras/package/win32/build.sh
> +++ b/extras/package/win32/build.sh
> @@ -138,7 +138,6 @@ fi
> cd ../../
>
> export USE_FFMPEG=1
> -export PKG_CONFIG_LIBDIR="$PWD/contrib/$TRIPLET/lib/pkgconfig"
> export PATH="$PWD/contrib/$TRIPLET/bin":"$PATH"
>
> if [ "$INTERACTIVE" = "yes" ]; then
> @@ -182,6 +181,8 @@ fi
> cd ../..
>
> info "Bootstrapping"
> +# make sure the Debian TRIPLET-pkg-config doesn't pretend it works to
> autoconf
Hmm I don’t understand what this comment is trying to say at all,
maybe you can
formulate it in another way or elaborate? I am quite confused.
> +export PKG_CONFIG_LIBDIR=""
>
> ${SCRIPT_PATH}/../../../bootstrap
>
> --
> 2.17.1
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list