Browse Source

modules/app_lua/Makefile: temporary fix for Debian Wheezy

Juha Heinanen 13 years ago
parent
commit
5a65869382
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/app_lua/Makefile

+ 1 - 1
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)