Motion-Project / motion

Motion, a software motion detector. Home page: https://motion-project.github.io/
GNU General Public License v2.0
3.69k stars 550 forks source link

Making libmicrohttpd optional through a configuration option #1759

Closed dmorilha closed 8 months ago

dmorilha commented 8 months ago

makes libmicrohttpd and all its dependency tree optional

tosiara commented 8 months ago

I get this error when libmicrohttpd is installed:

make[2]: *** No rule to make target 'webustream.c', needed by 'webustream.o'.  Stop.
make[2]: Leaving directory '/home/user/git/motion/src'
make[1]: *** [Makefile:557: all-recursive] Error 1
make[1]: Leaving directory '/home/user/git/motion'
make: *** [Makefile:401: all] Error 2
Mr-Dave commented 8 months ago

Thanks but I'll pass on this.

dmorilha commented 8 months ago

Sounds ok, just wanted to report that this patch worked ok when applied to 4.5.1 running on a bsd box. Thank you again for the excellent project!