Module: sip-router Branch: master Commit: 5a65869382f5de0ab55ba22761784e7428892253 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5a658693...
Author: Juha Heinanen jh@tutpro.com Committer: Juha Heinanen jh@tutpro.com Date: Thu Jun 7 12:55:27 2012 +0300
modules/app_lua/Makefile: temporary fix for Debian Wheezy
---
modules/app_lua/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/app_lua/Makefile b/modules/app_lua/Makefile index 8bb5f27..7e407a5 100644 --- a/modules/app_lua/Makefile +++ b/modules/app_lua/Makefile @@ -41,7 +41,7 @@ ifeq ($(BUILDER),) endif else ifeq ($(LUAVER),51) - DEFS+= $(shell pkg-config --cflags lua5.1) + DEFS+= $(shell pkg-config --cflags lua5.1 | sed -e "s/\\/'/" -e "s/\\"/"'/") LIBS = $(shell pkg-config --libs lua5.1) else DEFS+= $(shell pkg-config --cflags lua)