]> git.pld-linux.org Git - packages/celestia.git/blob - celestia-lua50.patch
- correct lua library name
[packages/celestia.git] / celestia-lua50.patch
1 diff -ruN celestia./configure.in celestia/configure.in
2 --- celestia./configure.in      2004-04-19 22:24:18.000000000 +0200
3 +++ celestia/configure.in       2004-07-08 20:17:01.825082120 +0200
4 @@ -358,7 +358,7 @@
5  AC_MSG_CHECKING([whether we enable Celestia Extension Language])
6  if test "$enable_lua" != "no" ; then
7        CXXFLAGS="$CXXFLAGS -DCELX"
8 -      LDFLAGS="$LDFLAGS -llualib -llua"
9 +      LDFLAGS="$LDFLAGS -llualib50 -llua50"
10        if test "$lua_includes" != "no" ; then
11             CXXFLAGS="$CXXFLAGS -I$lua_includes"
12        fi
This page took 0.069082 seconds and 3 git commands to generate.