Skip to content
Snippets Groups Projects
Commit a57b7f49 authored by Duncan McNamara's avatar Duncan McNamara Committed by Nicolas Pomepuy
Browse files

Build: fix medialibrary sqlite patch

parent fc7f4476
No related branches found
No related tags found
1 merge request!1191Build fixes
Pipeline #169037 passed with stage
in 19 minutes and 7 seconds
......@@ -60,7 +60,8 @@ if [ ! -d "${MEDIALIBRARY_MODULE_DIR}/${SQLITE_RELEASE}" ]; then
tar -xozf ${SQLITE_RELEASE}.tar.gz
rm -f ${SQLITE_RELEASE}.tar.gz
cd ${SQLITE_RELEASE}
patch -p1 ${SRC_DIR}/buildsystem/sqlite/sqlite-no-shell.patch
patch -p1 < ${SRC_DIR}/buildsystem/patches/sqlite/sqlite-no-shell.patch
autoreconf -vif
fi
cd ${MEDIALIBRARY_MODULE_DIR}/${SQLITE_RELEASE}
if [ ! -d "build-$ANDROID_ABI" ]; then
......
  • Contributor

    Please help backporting the patch to 3.x branch.

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment