liam mail wrote:
> On 3 July 2011 15:53, Mike Pall <
mikelu-1107@mike.de> wrote:
> > liam mail wrote:
> > > otool -D ./src/libluajit.so
> > > ./src/libluajit.so:
> > > libluajit.so
> >
> > Ah, I forgot. It's not done if PREFIX is /usr or /usr/local,
> > because these are already in the search path. No point in setting
> > an install name then.
>
> Is that what is wanted? I mean the install_name would still reference
> libluajit.so.
Oh, well. Looks like there's no way to disable the install name on
OSX. I've changed the Makefile in LuaJIT git HEAD. Please test.
--Mike