]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-lua_linking.patch
- obsolete
[packages/rpm.git] / rpm-lua_linking.patch
CommitLineData
e947a4e9 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
00ae1a81 8+lua_lua_LDADD = $(LDADD) -lncurses
e947a4e9 9 luac_luac_SOURCES = luac/luac.c luac/print.c lopcodes.c
10 luac_luac_CFLAGS = -DLUA_OPNAMES
11
This page took 0.046255 seconds and 4 git commands to generate.