danielgtaylor / jpeg-archive

Utilities for archiving JPEGs for long term storage.
1.16k stars 121 forks source link

Lib location should be /opt/mozjpeg/lib64 on 64 bit ubuntu #89

Closed stuaxo closed 6 years ago

stuaxo commented 6 years ago

Editing the makefile makes this compile on 64 bit ubuntu

lfos commented 6 years ago

You can set MOZJPEG_PREFIX when running make(1). No need to edit the Makefile.

stuaxo commented 6 years ago

I don't think that would work as it appends /lib to the location, but the library is in lib64.

64 bit debian and ubuntu are fairly popular distros, is there any chance the location could be supported out of the box?