lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I'm trying to build LuaJIT RPM package for Fedora. Is there any method for build luajit shared library, luajit static library and dynamically linked luajit binary?

Right now I use following command:

make amalg PREFIX=%{_prefix} BUILDMODE=dynamic TARGET_DEP='$(LIB_VMDEF) $(LUAJIT_SO) $(LUAJIT_A)' %{?_smp_mflags}

and it works fine. But maybe there is more simple way to solve this problem?