Here is a patch for zpaq.
Description
Description
Event Timeline
Comment Actions
Why is the Makefile patch needed? From what I can tell, the only thing you're doing is changing PREFIX, which you can do by simply calling PREFIX=/usr after your make and make install macros.
Comment Actions
Ah, my bad! I misunderstood how Makefiles worked, thanks for pointing that out. Fixed :)
Comment Actions
I have a couple of comments:
- I see some of the code is MIT licensed (from website, from COPYING file and from the source code file) as well as the Unlicensed one
- Looking at the Makefile, it makes the flags '-O3 -march=native' <- should never use native for a repo build as it won't run on older processors