[Android] Set PKG_CONFIG_LIBDIR to fix compilation after vlc.git breakage
Jean-Baptiste Kempf
git at videolan.org
Tue Mar 4 10:28:07 CET 2014
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Mar 4 10:27:37 2014 +0100| [523e78a84d8a0e70c524311641fb7f1d9fbb446f] | committer: Jean-Baptiste Kempf
Set PKG_CONFIG_LIBDIR to fix compilation after vlc.git breakage
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=523e78a84d8a0e70c524311641fb7f1d9fbb446f
---
configure.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.sh b/configure.sh
index 50ecbb3..8dae0aa 100755
--- a/configure.sh
+++ b/configure.sh
@@ -47,6 +47,7 @@ NM="${CROSS_COMPILE}nm" \
STRIP="${CROSS_COMPILE}strip" \
RANLIB="${CROSS_COMPILE}ranlib" \
AR="${CROSS_COMPILE}ar" \
+PKG_CONFIG_LIBDIR=$VLC_SOURCEDIR/contrib/$TARGET_TUPLE/lib/pkgconfig \
sh $VLC_SOURCEDIR/configure --host=$TARGET_TUPLE --build=x86_64-unknown-linux $EXTRA_PARAMS \
--disable-nls \
--enable-live555 --enable-realrtsp \
More information about the Android
mailing list