Skip to content

Compile snappy in lib folder.

Carlos Ramos Carreño requested to merge vnmabus/slapos:fix/snappy_lib64 into master

Currently libsnappy is being compiled in the folder lib64 in some OSes (e.g. SUSE SLE 15.6). This is a problem because some dependents look for the library in the lib subdirectory. This change forces snappy to always use the lib directory.

Edited by Carlos Ramos Carreño

Merge request reports