]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-lua_linking.patch
- updated for 4.4.8
[packages/rpm.git] / rpm-lua_linking.patch
1 --- rpm-4.4.7/lua/Makefile.am.orig      2007-03-06 08:22:58.000000000 +0100
2 +++ rpm-4.4.7/lua/Makefile.am   2007-03-09 10:46:58.000000000 +0100
3 @@ -17,7 +17,7 @@
4  
5  lua_lua_SOURCES = lua/lua.c
6  lua_lua_CFLAGS = -DLUA_USERCONFIG='"$(srcdir)/local/userconfig.c"'
7 -lua_lua_LDADD = $(LDADD) -L/usr/lib -lncurses
8 +lua_lua_LDADD = $(LDADD) -lncurses
9  luac_luac_SOURCES = luac/luac.c luac/print.c lopcodes.c
10  luac_luac_CFLAGS = -DLUA_OPNAMES
11  
This page took 0.029979 seconds and 3 git commands to generate.