bitwiseworks / libcx

kLIBC Extension Library
GNU Lesser General Public License v2.1
11 stars 1 forks source link

mmap-devel replacement package #17

Closed ydario closed 8 years ago

ydario commented 8 years ago

since libcx provides memory mapping support, it should ship a mmap.a for compatibility with existing builds. Also many scripts are checking for mmap.a to verify if it is enabled.

dmik commented 8 years ago

I don't think we should do that, for the following reasons:

So I'm closing this as "won't fix" with a recommendation to replace -lmmap to -lcx in the relative scripts when rebuilding.

@ydario if you have strong objections, please feel free to reopen the issue and mention them.