On Fri, Dec 01, 2017 at 13:33:43 +0530, m.kamalasubha m.kamalasubha wrote: > How to use the patch ? Is there any steps available ? To apply the patch, you need a tool named "patch". Unpack the sources, change into the source directory, and issue $ patch -p1 -i /path/to/patchfile.txt Then do the regular ./configure, make. Moritz