Commit 8a529677 authored by Andrey Filippov's avatar Andrey Filippov

added libcurl to PHP. Requires libcurl in the camera, otherwise PHP won't start

parent 43abaeb8
...@@ -42,6 +42,7 @@ IMAGE_INSTALL_append += " \ ...@@ -42,6 +42,7 @@ IMAGE_INSTALL_append += " \
smartmontools \ smartmontools \
libogg \ libogg \
libpng \ libpng \
libcurl \
apps-camogm \ apps-camogm \
apps-imgsrv \ apps-imgsrv \
apps-autocampars \ apps-autocampars \
......
EXTRA_OECONF += "--enable-elphel \ EXTRA_OECONF += "--enable-elphel \
--with-curl=${STAGING_LIBDIR}/.. \
--with-readline=${STAGING_LIBDIR}/.. \ --with-readline=${STAGING_LIBDIR}/.. \
" "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment