Conversation
|
Then why are you setting CFLAGS += -I$(prefix)? That seems wrong. The 'prefix' is where you're building to install mujs; that has nothing to do with where we can find readline. |
|
On FreeBSD all packages are installed into one location, usually with |
|
Practically speaking, there is no need to separate |
|
But why would you even want to build them together like that to begin with? Doesn't make much sense at all to do that. Just compile the two libraries separately and then link the object files in the final step. Simple enough anyway. |
They aren't built together. They each are its own port. |
|
On FreeBSD
It is always the same location on BSDs. According to GNU standards, |
|
@ccxvii Could you please merge this PR? It allows FreeBSD users to use readline with MuJS, which is otherwise not found.
|
CFLAGSaddition is needed because thereadline.hheader is located under prefix, usually/usr/local.