summaryrefslogtreecommitdiff
path: root/databases/postgresql-pllua/files/patch-Makefile
blob: 069fdc33566e86fd858ca91698fcc4c912623aca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- Makefile.orig	2008-05-06 11:52:03.000000000 +0900
+++ Makefile	2008-05-06 11:52:18.000000000 +0900
@@ -4,8 +4,8 @@
 # Lua specific
 
 # General
-LUAINC =
-LUALIB = -llua
+LUAINC = -I%LUA_INC%
+LUALIB = -L%LUA_LIB% -llua
 
 # Debian/Ubuntu
 #LUAINC = -I/usr/include/lua5.1