Fix lua plugin compilation
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10225 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
18
net/weechat/patches/003-lua_flags.patch
Normal file
18
net/weechat/patches/003-lua_flags.patch
Normal file
@ -0,0 +1,18 @@
|
||||
diff -urN weechat-0.2.6/configure weechat-0.2.6.new/configure
|
||||
--- weechat-0.2.6/configure 2007-09-05 16:16:21.000000000 +0200
|
||||
+++ weechat-0.2.6.new/configure 2008-01-20 16:29:38.000000000 +0100
|
||||
@@ -30180,14 +30180,6 @@
|
||||
test -n "$LUACONFIG" && break
|
||||
done
|
||||
|
||||
- if test "x$LUACONFIG" != "x" ; then
|
||||
- { echo "$as_me:$LINENO: checking for Lua headers and librairies with lua-config" >&5
|
||||
-echo $ECHO_N "checking for Lua headers and librairies with lua-config... $ECHO_C" >&6; }
|
||||
- echo
|
||||
- LUA_CFLAGS=`$LUACONFIG --include`
|
||||
- LUA_LFLAGS=`$LUACONFIG --libs`
|
||||
- LUA_VERSION="5.0.x"
|
||||
- fi
|
||||
fi
|
||||
|
||||
if test "x$LUA_CFLAGS" = "x" -o "x$LUA_LFLAGS" = "x" ; then
|
Reference in New Issue
Block a user