[sr-dev] git:master: pkd/deb Remove lua and Add redis to wheezy build

Juha Heinanen jh at tutpro.com
Mon Jun 4 16:36:07 CEST 2012


Daniel-Constantin Mierla writes:

> In this way it gets to quite standard module Makefile. Try again to 
> compile and let's see the result.

the result is that make is still looping.

i did:

$ pkg-config --cflags lua5.1
-DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1

$ pkg-config --libs lua5.1
-llua5.1  

and then used this Makefile:

---------------------------------------------------
include ../../Makefile.defs
auto_gen=
NAME=app_lua.so

LIBS=-llua5.1
DEFS+=-DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1

DEFS+=-DOPENSER_MOD_INTERFACE

SERLIBPATH=../../lib
SER_LIBS+=$(SERLIBPATH)/kcore/kcore

include ../../Makefile.modules
----------------------------------------------------

after that make command

$ make modules=modules/app_lua modules

loops.

-- juha



More information about the sr-dev mailing list