[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Question about LuaJIT buildmode
- From: Andrei Lapshin <alapshin@...>
- Date: Mon, 04 Jul 2011 02:27:00 +0400
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?