]> git.pld-linux.org Git - packages/funguloids.git/blob - funguloids-lua51.patch
- Comment mess fixed
[packages/funguloids.git] / funguloids-lua51.patch
1 --- x/configure.ac      2007-05-21 23:00:56.000000000 +0200
2 +++ x/configure.ac      2007-05-27 12:57:34.000000000 +0200
3 @@ -64,7 +64,8 @@
4  else
5         CFLAGS="$CFLAGS $FUNGU_FOUND_HEADER"
6         CPPFLAGS="$CPPFLAGS $FUNGU_FOUND_HEADER"
7 -       LDFLAGS="$LDFLAGS -llua5.1"
8 +       LDFLAGS="$LDFLAGS -L${FUNGU_FOUND_PREFIX}/lib"
9 +       LIBS="$LIBS -llua51"
10  fi
11  AC_LANG_POP
12  
This page took 0.072134 seconds and 3 git commands to generate.