Am 2016-11-10 um 13:03 schrieb Stefan G. Weichinger: > Added "-lssl" to the line LIBS in several Makefiles to make it compile > ... how to fix that on a higher level?
compiled with: LIBS="-lrt -lm -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgobject-2.0 -lgthread-2.0 -pthread -lglib-2.0 -lnsl -lresolv -lcrypto -lss" make -j8 Editing LIBS in main Makefile didn't work for me.
